Html Css Color HEX #EC3022 Cinnabar

📋 copy color: '#EC3022'

red 236 ◦ green 48 ◦ blue 34

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

Shades of Cinnabar #EC3022

Tints of Cinnabar #EC3022

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.09%

 BLUE value IS 34 (13.67% from 255) = 10.69%

R = 74.21%
G = 15.09%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC3022 (or 0xEC3022) is known color: Cinnabar. HEX triplet: EC, 30 and 22. RGB value is (236,48,34). Sum of RGB (Red+Green+Blue) = 236+48+34=318 (42% of max value = 765). Red value is 236 (92.58% from 255 or 74.21% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 34 (13.67% from 255 or 10.69% from 318); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3022 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3022 is #13CFDD. Grayscale: #666666. Windows color (decimal): -1298398 or 2240748. OLE color: 2240748.

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

Color convert

RGB 236 48 34 -
CMYK 0 0.80 0.86 0.07
HSL 4.16º 0.84% 0.53% -
HSV(B) 4.16º 0.86% 0.93% -
XYZ 35.94 20.06 3.49 -
YUV 102.62 89.28 223.14 -
System Red Green Blue C M Y K H S L
Decimal 236 48 34 0 0.80 0.86 0.07 4.16 0.84 0.53
Hex EC 30 22 0 50 56 7 4 54 35
Octal 354 60 42 0 120 126 7 4 124 65
Binary 11101100 110000 100010 0 1010000 1010110 111 100 1010100 110101

Color Harmonies of #EC3022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3022

Black with #EC3022

Text Example


Text Example

White with #EC3022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3022; }

 p { color: rgb(236,48,34); }

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

background-color css

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

 a { background-color: rgb(236,48,34); }

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

border-color css

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

 span { border-color: rgb(236,48,34); }

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