Html Css Color HEX #EA402B Cinnabar

📋 copy color: '#EA402B'

red 234 ◦ green 64 ◦ blue 43

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

Shades of Cinnabar #EA402B

Tints of Cinnabar #EA402B

RGB

 RED value IS 234 (91.8% from 255) = 68.62%

 GREEN value IS 64 (25.39% from 255) = 18.77%

 BLUE value IS 43 (17.19% from 255) = 12.61%

R = 68.62%
G = 18.77%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EA402B (or 0xEA402B) is known color: Cinnabar. HEX triplet: EA, 40 and 2B. RGB value is (234,64,43). Sum of RGB (Red+Green+Blue) = 234+64+43=341 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.62% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 43 (17.19% from 255 or 12.61% from 341); Max value from RGB is 234 - color contains mainly: red. Hex color #EA402B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA402B is #15BFD4. Grayscale: #707070. Windows color (decimal): -1425365 or 2834666. OLE color: 2834666.

HSL color Cylindrical-coordinate representation of color #EA402B: hue angle of 6.6º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EA402B is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 64 43 -
CMYK 0 0.73 0.82 0.08
HSL 6.6º 0.82% 0.54% -
HSV(B) 6.6º 0.82% 0.92% -
XYZ 36.2 21.33 4.5 -
YUV 112.44 88.82 214.71 -
System Red Green Blue C M Y K H S L
Decimal 234 64 43 0 0.73 0.82 0.08 6.6 0.82 0.54
Hex EA 40 2B 0 49 52 8 7 52 36
Octal 352 100 53 0 111 122 10 7 122 66
Binary 11101010 1000000 101011 0 1001001 1010010 1000 111 1010010 110110

Color Harmonies of #EA402B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA402B

Black with #EA402B

Text Example


Text Example

White with #EA402B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA402B; }

 p { color: rgb(234,64,43); }

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

background-color css

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

 a { background-color: rgb(234,64,43); }

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

border-color css

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

 span { border-color: rgb(234,64,43); }

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