Html Css Color HEX #EB481D Cinnabar

📋 copy color: '#EB481D'

red 235 ◦ green 72 ◦ blue 29

#EB481D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cinnabar #EB481D

Tints of Cinnabar #EB481D

RGB

 RED value IS 235 (92.19% from 255) = 69.94%

 GREEN value IS 72 (28.52% from 255) = 21.43%

 BLUE value IS 29 (11.72% from 255) = 8.63%

R = 69.94%
G = 21.43%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EB481D (or 0xEB481D) is known color: Cinnabar. HEX triplet: EB, 48 and 1D. RGB value is (235,72,29). Sum of RGB (Red+Green+Blue) = 235+72+29=336 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.94% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 29 (11.72% from 255 or 8.63% from 336); Max value from RGB is 235 - color contains mainly: red. Hex color #EB481D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB481D is #14B7E2. Grayscale: #747474. Windows color (decimal): -1357795 or 1919211. OLE color: 1919211.

HSL color Cylindrical-coordinate representation of color #EB481D: hue angle of 12.52º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EB481D is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 72 29 -
CMYK 0 0.69 0.88 0.08
HSL 12.52º 0.84% 0.52% -
HSV(B) 12.52º 0.88% 0.92% -
XYZ 36.8 22.39 3.54 -
YUV 115.84 79 213 -
System Red Green Blue C M Y K H S L
Decimal 235 72 29 0 0.69 0.88 0.08 12.52 0.84 0.52
Hex EB 48 1D 0 45 58 8 D 54 34
Octal 353 110 35 0 105 130 10 15 124 64
Binary 11101011 1001000 11101 0 1000101 1011000 1000 1101 1010100 110100

Color Harmonies of #EB481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB481D

Black with #EB481D

Text Example


Text Example

White with #EB481D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB481D; }

 p { color: rgb(235,72,29); }

 H1.HeaderClassName
 {
   color: #EB481D;
 }
 .AnyTagClassName
 {
   color: #EB481D;
 }
</style>

background-color css

<style>
 a { background-color: #EB481D; }

 a { background-color: rgb(235,72,29); }

 div.DivClassName
 {
   background-color: #EB481D;
 }
 .BgClassName
 {
   background-color: #EB481D;
 }
</style>

border-color css

<style>
 span { border-color: #EB481D; }

 span { border-color: rgb(235,72,29); }

 td.TdClassName
 {
   border-color: #EB481D;
 }
 .TagClassName
 {
   border-color: #EB481D;
 }
</style>