Html Css Color HEX #EC090D Venetian Red

📋 copy color: '#EC090D'

red 236 ◦ green 9 ◦ blue 13

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

Shades of Venetian Red #EC090D

Tints of Venetian Red #EC090D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.49%

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

R = 91.47%
G = 3.49%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC090D (or 0xEC090D) is known color: Venetian Red. HEX triplet: EC, 09 and 0D. RGB value is (236,9,13). Sum of RGB (Red+Green+Blue) = 236+9+13=258 (34% of max value = 765). Red value is 236 (92.58% from 255 or 91.47% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 13 (5.47% from 255 or 5.04% from 258); Max value from RGB is 236 - color contains mainly: red. Hex color #EC090D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC090D is #13F6F2. Grayscale: #4D4D4D. Windows color (decimal): -1308403 or 854508. OLE color: 854508.

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

Color convert

RGB 236 9 13 -
CMYK 0 0.96 0.94 0.07
HSL 358.94º 0.93% 0.48% -
HSV(B) 358.94º 0.96% 0.93% -
XYZ 34.76 18.06 2.03 -
YUV 77.33 91.71 241.17 -
System Red Green Blue C M Y K H S L
Decimal 236 9 13 0 0.96 0.94 0.07 358.94 0.93 0.48
Hex EC 9 D 0 60 5E 7 167 5D 30
Octal 354 11 15 0 140 136 7 547 135 60
Binary 11101100 1001 1101 0 1100000 1011110 111 101100111 1011101 110000

Color Harmonies of #EC090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC090D

Black with #EC090D

Text Example


Text Example

White with #EC090D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC090D; }

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

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

background-color css

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

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

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

border-color css

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

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

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