Html Css Color HEX #EB431A Cinnabar

📋 copy color: '#EB431A'

red 235 ◦ green 67 ◦ blue 26

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

Shades of Cinnabar #EB431A

Tints of Cinnabar #EB431A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.43%

 BLUE value IS 26 (10.55% from 255) = 7.93%

R = 71.65%
G = 20.43%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EB431A (or 0xEB431A) is known color: Cinnabar. HEX triplet: EB, 43 and 1A. RGB value is (235,67,26). Sum of RGB (Red+Green+Blue) = 235+67+26=328 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.65% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 26 (10.55% from 255 or 7.93% from 328); Max value from RGB is 235 - color contains mainly: red. Hex color #EB431A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB431A is #14BCE5. Grayscale: #707070. Windows color (decimal): -1359078 or 1721323. OLE color: 1721323.

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

Color convert

RGB 235 67 26 -
CMYK 0 0.71 0.89 0.08
HSL 11.77º 0.84% 0.51% -
HSV(B) 11.77º 0.89% 0.92% -
XYZ 36.45 21.75 3.25 -
YUV 112.56 79.16 215.33 -
System Red Green Blue C M Y K H S L
Decimal 235 67 26 0 0.71 0.89 0.08 11.77 0.84 0.51
Hex EB 43 1A 0 47 59 8 C 54 33
Octal 353 103 32 0 107 131 10 14 124 63
Binary 11101011 1000011 11010 0 1000111 1011001 1000 1100 1010100 110011

Color Harmonies of #EB431A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB431A

Black with #EB431A

Text Example


Text Example

White with #EB431A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB431A; }

 p { color: rgb(235,67,26); }

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

background-color css

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

 a { background-color: rgb(235,67,26); }

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

border-color css

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

 span { border-color: rgb(235,67,26); }

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