Html Css Color HEX #EC4023 Cinnabar

📋 copy color: '#EC4023'

red 236 ◦ green 64 ◦ blue 35

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

Shades of Cinnabar #EC4023

Tints of Cinnabar #EC4023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.45%

R = 70.45%
G = 19.1%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EC4023 (or 0xEC4023) is known color: Cinnabar. HEX triplet: EC, 40 and 23. RGB value is (236,64,35). Sum of RGB (Red+Green+Blue) = 236+64+35=335 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.45% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 35 (14.06% from 255 or 10.45% from 335); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4023 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4023 is #13BFDC. Grayscale: #707070. Windows color (decimal): -1294301 or 2310380. OLE color: 2310380.

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

Color convert

RGB 236 64 35 -
CMYK 0 0.73 0.85 0.07
HSL 8.66º 0.84% 0.53% -
HSV(B) 8.66º 0.85% 0.93% -
XYZ 36.73 21.62 3.83 -
YUV 112.12 84.48 216.36 -
System Red Green Blue C M Y K H S L
Decimal 236 64 35 0 0.73 0.85 0.07 8.66 0.84 0.53
Hex EC 40 23 0 49 55 7 9 54 35
Octal 354 100 43 0 111 125 7 11 124 65
Binary 11101100 1000000 100011 0 1001001 1010101 111 1001 1010100 110101

Color Harmonies of #EC4023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4023

Black with #EC4023

Text Example


Text Example

White with #EC4023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4023; }

 p { color: rgb(236,64,35); }

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

background-color css

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

 a { background-color: rgb(236,64,35); }

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

border-color css

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

 span { border-color: rgb(236,64,35); }

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