Html Css Color HEX #EC2F1D Cinnabar

📋 copy color: '#EC2F1D'

red 236 ◦ green 47 ◦ blue 29

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

Shades of Cinnabar #EC2F1D

Tints of Cinnabar #EC2F1D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.06%

 BLUE value IS 29 (11.72% from 255) = 9.29%

R = 75.64%
G = 15.06%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC2F1D (or 0xEC2F1D) is known color: Cinnabar. HEX triplet: EC, 2F and 1D. RGB value is (236,47,29). Sum of RGB (Red+Green+Blue) = 236+47+29=312 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.64% from 312); Green value is 47 (18.75% from 255 or 15.06% from 312); Blue value is 29 (11.72% from 255 or 9.29% from 312); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2F1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2F1D is #13D0E2. Grayscale: #656565. Windows color (decimal): -1298659 or 1912812. OLE color: 1912812.

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

Color convert

RGB 236 47 29 -
CMYK 0 0.80 0.88 0.07
HSL 5.22º 0.84% 0.52% -
HSV(B) 5.22º 0.88% 0.93% -
XYZ 35.83 19.95 3.13 -
YUV 101.46 87.12 223.96 -
System Red Green Blue C M Y K H S L
Decimal 236 47 29 0 0.80 0.88 0.07 5.22 0.84 0.52
Hex EC 2F 1D 0 50 58 7 5 54 34
Octal 354 57 35 0 120 130 7 5 124 64
Binary 11101100 101111 11101 0 1010000 1011000 111 101 1010100 110100

Color Harmonies of #EC2F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2F1D

Black with #EC2F1D

Text Example


Text Example

White with #EC2F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2F1D; }

 p { color: rgb(236,47,29); }

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

background-color css

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

 a { background-color: rgb(236,47,29); }

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

border-color css

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

 span { border-color: rgb(236,47,29); }

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