Html Css Color HEX #EC3423 Cinnabar

📋 copy color: '#EC3423'

red 236 ◦ green 52 ◦ blue 35

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

Shades of Cinnabar #EC3423

Tints of Cinnabar #EC3423

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.1%

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

R = 73.07%
G = 16.1%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EC3423 (or 0xEC3423) is known color: Cinnabar. HEX triplet: EC, 34 and 23. RGB value is (236,52,35). Sum of RGB (Red+Green+Blue) = 236+52+35=323 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.07% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 35 (14.06% from 255 or 10.84% from 323); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3423 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3423 is #13CBDC. Grayscale: #696969. Windows color (decimal): -1297373 or 2307308. OLE color: 2307308.

HSL color Cylindrical-coordinate representation of color #EC3423: hue angle of 5.07º 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 #EC3423 is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 52 35 -
CMYK 0 0.78 0.85 0.07
HSL 5.07º 0.84% 0.53% -
HSV(B) 5.07º 0.85% 0.93% -
XYZ 36.12 20.41 3.63 -
YUV 105.08 88.46 221.38 -
System Red Green Blue C M Y K H S L
Decimal 236 52 35 0 0.78 0.85 0.07 5.07 0.84 0.53
Hex EC 34 23 0 4E 55 7 5 54 35
Octal 354 64 43 0 116 125 7 5 124 65
Binary 11101100 110100 100011 0 1001110 1010101 111 101 1010100 110101

Color Harmonies of #EC3423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3423

Black with #EC3423

Text Example


Text Example

White with #EC3423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3423; }

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

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

background-color css

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

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

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

border-color css

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

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

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