Html Css Color HEX #EC342A Cinnabar

📋 copy color: '#EC342A'

red 236 ◦ green 52 ◦ blue 42

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

Shades of Cinnabar #EC342A

Tints of Cinnabar #EC342A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.73%

R = 71.52%
G = 15.76%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC342A (or 0xEC342A) is known color: Cinnabar. HEX triplet: EC, 34 and 2A. RGB value is (236,52,42). Sum of RGB (Red+Green+Blue) = 236+52+42=330 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.52% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 42 (16.80% from 255 or 12.73% from 330); Max value from RGB is 236 - color contains mainly: red. Hex color #EC342A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC342A is #13CBD5. Grayscale: #6A6A6A. Windows color (decimal): -1297366 or 2766060. OLE color: 2766060.

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

Color convert

RGB 236 52 42 -
CMYK 0 0.78 0.82 0.07
HSL 3.09º 0.84% 0.55% -
HSV(B) 3.09º 0.82% 0.93% -
XYZ 36.24 20.46 4.23 -
YUV 105.88 91.96 220.81 -
System Red Green Blue C M Y K H S L
Decimal 236 52 42 0 0.78 0.82 0.07 3.09 0.84 0.55
Hex EC 34 2A 0 4E 52 7 3 54 37
Octal 354 64 52 0 116 122 7 3 124 67
Binary 11101100 110100 101010 0 1001110 1010010 111 11 1010100 110111

Color Harmonies of #EC342A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC342A

Black with #EC342A

Text Example


Text Example

White with #EC342A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC342A; }

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

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

background-color css

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

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

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

border-color css

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

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

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