Html Css Color HEX #EC422B Cinnabar

📋 copy color: '#EC422B'

red 236 ◦ green 66 ◦ blue 43

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

Shades of Cinnabar #EC422B

Tints of Cinnabar #EC422B

RGB

 RED value IS 236 (92.58% from 255) = 68.41%

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

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

R = 68.41%
G = 19.13%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC422B (or 0xEC422B) is known color: Cinnabar. HEX triplet: EC, 42 and 2B. RGB value is (236,66,43). Sum of RGB (Red+Green+Blue) = 236+66+43=345 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.41% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 43 (17.19% from 255 or 12.46% from 345); Max value from RGB is 236 - color contains mainly: red. Hex color #EC422B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC422B is #13BDD4. Grayscale: #727272. Windows color (decimal): -1293781 or 2835180. OLE color: 2835180.

HSL color Cylindrical-coordinate representation of color #EC422B: hue angle of 7.15º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC422B is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 66 43 -
CMYK 0 0.72 0.82 0.07
HSL 7.15º 0.84% 0.55% -
HSV(B) 7.15º 0.82% 0.93% -
XYZ 36.98 21.9 4.56 -
YUV 114.21 87.82 214.87 -
System Red Green Blue C M Y K H S L
Decimal 236 66 43 0 0.72 0.82 0.07 7.15 0.84 0.55
Hex EC 42 2B 0 48 52 7 7 54 37
Octal 354 102 53 0 110 122 7 7 124 67
Binary 11101100 1000010 101011 0 1001000 1010010 111 111 1010100 110111

Color Harmonies of #EC422B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC422B

Black with #EC422B

Text Example


Text Example

White with #EC422B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC422B; }

 p { color: rgb(236,66,43); }

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

background-color css

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

 a { background-color: rgb(236,66,43); }

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

border-color css

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

 span { border-color: rgb(236,66,43); }

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