Html Css Color HEX #EC422E Cinnabar

📋 copy color: '#EC422E'

red 236 ◦ green 66 ◦ blue 46

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

Shades of Cinnabar #EC422E

Tints of Cinnabar #EC422E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.22%

R = 67.82%
G = 18.97%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EC422E (or 0xEC422E) is known color: Cinnabar. HEX triplet: EC, 42 and 2E. RGB value is (236,66,46). Sum of RGB (Red+Green+Blue) = 236+66+46=348 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.82% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 46 (18.36% from 255 or 13.22% from 348); Max value from RGB is 236 - color contains mainly: red. Hex color #EC422E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC422E is #13BDD1. Grayscale: #727272. Windows color (decimal): -1293778 or 3031788. OLE color: 3031788.

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

Color convert

RGB 236 66 46 -
CMYK 0 0.72 0.81 0.07
HSL 6.32º 0.83% 0.55% -
HSV(B) 6.32º 0.81% 0.93% -
XYZ 37.03 21.93 4.87 -
YUV 114.55 89.32 214.63 -
System Red Green Blue C M Y K H S L
Decimal 236 66 46 0 0.72 0.81 0.07 6.32 0.83 0.55
Hex EC 42 2E 0 48 51 7 6 53 37
Octal 354 102 56 0 110 121 7 6 123 67
Binary 11101100 1000010 101110 0 1001000 1010001 111 110 1010011 110111

Color Harmonies of #EC422E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC422E

Black with #EC422E

Text Example


Text Example

White with #EC422E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC422E; }

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

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

background-color css

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

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

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

border-color css

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

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

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