Html Css Color HEX #EB422C Cinnabar

📋 copy color: '#EB422C'

red 235 ◦ green 66 ◦ blue 44

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

Shades of Cinnabar #EB422C

Tints of Cinnabar #EB422C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.13%

 BLUE value IS 44 (17.58% from 255) = 12.75%

R = 68.12%
G = 19.13%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EB422C (or 0xEB422C) is known color: Cinnabar. HEX triplet: EB, 42 and 2C. RGB value is (235,66,44). Sum of RGB (Red+Green+Blue) = 235+66+44=345 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.12% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 44 (17.58% from 255 or 12.75% from 345); Max value from RGB is 235 - color contains mainly: red. Hex color #EB422C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB422C is #14BDD3. Grayscale: #727272. Windows color (decimal): -1359316 or 2900715. OLE color: 2900715.

HSL color Cylindrical-coordinate representation of color #EB422C: hue angle of 6.91º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EB422C is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 66 44 -
CMYK 0 0.72 0.81 0.08
HSL 6.91º 0.83% 0.55% -
HSV(B) 6.91º 0.81% 0.92% -
XYZ 36.66 21.74 4.65 -
YUV 114.02 88.49 214.29 -
System Red Green Blue C M Y K H S L
Decimal 235 66 44 0 0.72 0.81 0.08 6.91 0.83 0.55
Hex EB 42 2C 0 48 51 8 7 53 37
Octal 353 102 54 0 110 121 10 7 123 67
Binary 11101011 1000010 101100 0 1001000 1010001 1000 111 1010011 110111

Color Harmonies of #EB422C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB422C

Black with #EB422C

Text Example


Text Example

White with #EB422C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB422C; }

 p { color: rgb(235,66,44); }

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

background-color css

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

 a { background-color: rgb(235,66,44); }

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

border-color css

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

 span { border-color: rgb(235,66,44); }

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