Html Css Color HEX #EC302A Cinnabar

📋 copy color: '#EC302A'

red 236 ◦ green 48 ◦ blue 42

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

Shades of Cinnabar #EC302A

Tints of Cinnabar #EC302A

RGB

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

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

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

R = 72.39%
G = 14.72%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC302A (or 0xEC302A) is known color: Cinnabar. HEX triplet: EC, 30 and 2A. RGB value is (236,48,42). Sum of RGB (Red+Green+Blue) = 236+48+42=326 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.39% from 326); Green value is 48 (19.14% from 255 or 14.72% from 326); Blue value is 42 (16.80% from 255 or 12.88% from 326); Max value from RGB is 236 - color contains mainly: red. Hex color #EC302A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC302A is #13CFD5. Grayscale: #676767. Windows color (decimal): -1298390 or 2765036. OLE color: 2765036.

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

Color convert

RGB 236 48 42 -
CMYK 0 0.80 0.82 0.07
HSL 1.86º 0.84% 0.55% -
HSV(B) 1.86º 0.82% 0.93% -
XYZ 36.07 20.11 4.17 -
YUV 103.53 93.28 222.49 -
System Red Green Blue C M Y K H S L
Decimal 236 48 42 0 0.80 0.82 0.07 1.86 0.84 0.55
Hex EC 30 2A 0 50 52 7 2 54 37
Octal 354 60 52 0 120 122 7 2 124 67
Binary 11101100 110000 101010 0 1010000 1010010 111 10 1010100 110111

Color Harmonies of #EC302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC302A

Black with #EC302A

Text Example


Text Example

White with #EC302A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC302A; }

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

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

background-color css

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

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

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

border-color css

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

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

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