Html Css Color HEX #ED0208 Venetian Red

📋 copy color: '#ED0208'

red 237 ◦ green 2 ◦ blue 8

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

Shades of Venetian Red #ED0208

Tints of Venetian Red #ED0208

RGB

 RED value IS 237 (92.97% from 255) = 95.95%

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

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

R = 95.95%
G = 0.81%
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

#ED0208 (or 0xED0208) is known color: Venetian Red. HEX triplet: ED, 02 and 08. RGB value is (237,2,8). Sum of RGB (Red+Green+Blue) = 237+2+8=247 (32% of max value = 765). Red value is 237 (92.97% from 255 or 95.95% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 8 (3.52% from 255 or 3.24% from 247); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0208 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0208 is #12FDF7. Grayscale: #494949. Windows color (decimal): -1244664 or 525037. OLE color: 525037.

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

Color convert

RGB 237 2 8 -
CMYK 0 0.99 0.97 0.07
HSL 358.47º 0.98% 0.47% -
HSV(B) 358.47º 0.99% 0.93% -
XYZ 34.99 18.07 1.87 -
YUV 72.95 91.36 245.01 -
System Red Green Blue C M Y K H S L
Decimal 237 2 8 0 0.99 0.97 0.07 358.47 0.98 0.47
Hex ED 2 8 0 63 61 7 166 62 2F
Octal 355 2 10 0 143 141 7 546 142 57
Binary 11101101 10 1000 0 1100011 1100001 111 101100110 1100010 101111

Color Harmonies of #ED0208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0208

Black with #ED0208

Text Example


Text Example

White with #ED0208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0208; }

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

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

background-color css

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

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

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

border-color css

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

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

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