Html Css Color HEX #EC0308 Venetian Red

📋 copy color: '#EC0308'

red 236 ◦ green 3 ◦ blue 8

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

Shades of Venetian Red #EC0308

Tints of Venetian Red #EC0308

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.21%

 BLUE value IS 8 (3.52% from 255) = 3.24%

R = 95.55%
G = 1.21%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC0308 (or 0xEC0308) is known color: Venetian Red. HEX triplet: EC, 03 and 08. RGB value is (236,3,8). Sum of RGB (Red+Green+Blue) = 236+3+8=247 (32% of max value = 765). Red value is 236 (92.58% from 255 or 95.55% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 8 (3.52% from 255 or 3.24% from 247); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0308 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0308 is #13FCF7. Grayscale: #494949. Windows color (decimal): -1309944 or 525292. OLE color: 525292.

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

Color convert

RGB 236 3 8 -
CMYK 0 0.99 0.97 0.07
HSL 358.71º 0.97% 0.47% -
HSV(B) 358.71º 0.99% 0.93% -
XYZ 34.67 17.92 1.86 -
YUV 73.24 91.19 244.09 -
System Red Green Blue C M Y K H S L
Decimal 236 3 8 0 0.99 0.97 0.07 358.71 0.97 0.47
Hex EC 3 8 0 63 61 7 167 61 2F
Octal 354 3 10 0 143 141 7 547 141 57
Binary 11101100 11 1000 0 1100011 1100001 111 101100111 1100001 101111

Color Harmonies of #EC0308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0308

Black with #EC0308

Text Example


Text Example

White with #EC0308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0308; }

 p { color: rgb(236,3,8); }

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

background-color css

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

 a { background-color: rgb(236,3,8); }

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

border-color css

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

 span { border-color: rgb(236,3,8); }

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