Html Css Color HEX #EC452B Cinnabar

📋 copy color: '#EC452B'

red 236 ◦ green 69 ◦ blue 43

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

Shades of Cinnabar #EC452B

Tints of Cinnabar #EC452B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.83%

 BLUE value IS 43 (17.19% from 255) = 12.36%

R = 67.82%
G = 19.83%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC452B (or 0xEC452B) is known color: Cinnabar. HEX triplet: EC, 45 and 2B. RGB value is (236,69,43). Sum of RGB (Red+Green+Blue) = 236+69+43=348 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.82% from 348); Green value is 69 (27.34% from 255 or 19.83% from 348); Blue value is 43 (17.19% from 255 or 12.36% from 348); Max value from RGB is 236 - color contains mainly: red. Hex color #EC452B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC452B is #13BAD4. Grayscale: #747474. Windows color (decimal): -1293013 or 2835948. OLE color: 2835948.

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

Color convert

RGB 236 69 43 -
CMYK 0 0.71 0.82 0.07
HSL 8.08º 0.84% 0.55% -
HSV(B) 8.08º 0.82% 0.93% -
XYZ 37.16 22.26 4.62 -
YUV 115.97 86.83 213.61 -
System Red Green Blue C M Y K H S L
Decimal 236 69 43 0 0.71 0.82 0.07 8.08 0.84 0.55
Hex EC 45 2B 0 47 52 7 8 54 37
Octal 354 105 53 0 107 122 7 10 124 67
Binary 11101100 1000101 101011 0 1000111 1010010 111 1000 1010100 110111

Color Harmonies of #EC452B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC452B

Black with #EC452B

Text Example


Text Example

White with #EC452B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC452B; }

 p { color: rgb(236,69,43); }

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

background-color css

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

 a { background-color: rgb(236,69,43); }

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

border-color css

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

 span { border-color: rgb(236,69,43); }

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