Html Css Color HEX #EC0F0D Red

📋 copy color: '#EC0F0D'

red 236 ◦ green 15 ◦ blue 13

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

Shades of Red #EC0F0D

Tints of Red #EC0F0D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.68%

 BLUE value IS 13 (5.47% from 255) = 4.92%

R = 89.39%
G = 5.68%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC0F0D (or 0xEC0F0D) is known color: Red. HEX triplet: EC, 0F and 0D. RGB value is (236,15,13). Sum of RGB (Red+Green+Blue) = 236+15+13=264 (34% of max value = 765). Red value is 236 (92.58% from 255 or 89.39% from 264); Green value is 15 (6.25% from 255 or 5.68% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0F0D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0F0D is #13F0F2. Grayscale: #515151. Windows color (decimal): -1306867 or 856044. OLE color: 856044.

HSL color Cylindrical-coordinate representation of color #EC0F0D: hue angle of 0.54º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0F0D is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 15 13 -
CMYK 0 0.94 0.94 0.07
HSL 0.54º 0.9% 0.49% -
HSV(B) 0.54º 0.94% 0.93% -
XYZ 34.84 18.2 2.06 -
YUV 80.85 89.72 238.66 -
System Red Green Blue C M Y K H S L
Decimal 236 15 13 0 0.94 0.94 0.07 0.54 0.9 0.49
Hex EC F D 0 5E 5E 7 1 5A 31
Octal 354 17 15 0 136 136 7 1 132 61
Binary 11101100 1111 1101 0 1011110 1011110 111 1 1011010 110001

Color Harmonies of #EC0F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0F0D

Black with #EC0F0D

Text Example


Text Example

White with #EC0F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0F0D; }

 p { color: rgb(236,15,13); }

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

background-color css

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

 a { background-color: rgb(236,15,13); }

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

border-color css

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

 span { border-color: rgb(236,15,13); }

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