Html Css Color HEX #EC0208 Venetian Red

📋 copy color: '#EC0208'

red 236 ◦ green 2 ◦ blue 8

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

Shades of Venetian Red #EC0208

Tints of Venetian Red #EC0208

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.81%

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

R = 95.93%
G = 0.81%
B = 3.25%

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

#EC0208 (or 0xEC0208) is known color: Venetian Red. HEX triplet: EC, 02 and 08. RGB value is (236,2,8). Sum of RGB (Red+Green+Blue) = 236+2+8=246 (32% of max value = 765). Red value is 236 (92.58% from 255 or 95.93% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 8 (3.52% from 255 or 3.25% from 246); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0208 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0208 is #13FDF7. Grayscale: #484848. Windows color (decimal): -1310200 or 525036. OLE color: 525036.

HSL color Cylindrical-coordinate representation of color #EC0208: hue angle of 358.46º degrees, saturation: 0.98, 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 #EC0208 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 2 8 -
CMYK 0 0.99 0.97 0.07
HSL 358.46º 0.98% 0.47% -
HSV(B) 358.46º 0.99% 0.93% -
XYZ 34.66 17.89 1.86 -
YUV 72.65 91.52 244.51 -
System Red Green Blue C M Y K H S L
Decimal 236 2 8 0 0.99 0.97 0.07 358.46 0.98 0.47
Hex EC 2 8 0 63 61 7 166 62 2F
Octal 354 2 10 0 143 141 7 546 142 57
Binary 11101100 10 1000 0 1100011 1100001 111 101100110 1100010 101111

Color Harmonies of #EC0208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0208

Black with #EC0208

Text Example


Text Example

White with #EC0208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0208; }

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

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

background-color css

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

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

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

border-color css

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

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

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