Html Css Color HEX #ED0306 Venetian Red

📋 copy color: '#ED0306'

red 237 ◦ green 3 ◦ blue 6

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

Shades of Venetian Red #ED0306

Tints of Venetian Red #ED0306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.44%

R = 96.34%
G = 1.22%
B = 2.44%

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

#ED0306 (or 0xED0306) is known color: Venetian Red. HEX triplet: ED, 03 and 06. RGB value is (237,3,6). Sum of RGB (Red+Green+Blue) = 237+3+6=246 (32% of max value = 765). Red value is 237 (92.97% from 255 or 96.34% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 6 (2.73% from 255 or 2.44% from 246); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0306 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0306 is #12FCF9. Grayscale: #494949. Windows color (decimal): -1244410 or 394221. OLE color: 394221.

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

Color convert

RGB 237 3 6 -
CMYK 0 0.99 0.97 0.07
HSL 359.23º 0.98% 0.47% -
HSV(B) 359.23º 0.99% 0.93% -
XYZ 34.99 18.08 1.82 -
YUV 73.31 90.02 244.76 -
System Red Green Blue C M Y K H S L
Decimal 237 3 6 0 0.99 0.97 0.07 359.23 0.98 0.47
Hex ED 3 6 0 63 61 7 167 62 2F
Octal 355 3 6 0 143 141 7 547 142 57
Binary 11101101 11 110 0 1100011 1100001 111 101100111 1100010 101111

Color Harmonies of #ED0306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0306

Black with #ED0306

Text Example


Text Example

White with #ED0306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0306; }

 p { color: rgb(237,3,6); }

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

background-color css

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

 a { background-color: rgb(237,3,6); }

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

border-color css

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

 span { border-color: rgb(237,3,6); }

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