Html Css Color HEX #ED0307 Venetian Red

📋 copy color: '#ED0307'

red 237 ◦ green 3 ◦ blue 7

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

Shades of Venetian Red #ED0307

Tints of Venetian Red #ED0307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.83%

R = 95.95%
G = 1.21%
B = 2.83%

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

#ED0307 (or 0xED0307) is known color: Venetian Red. HEX triplet: ED, 03 and 07. RGB value is (237,3,7). Sum of RGB (Red+Green+Blue) = 237+3+7=247 (32% of max value = 765). Red value is 237 (92.97% from 255 or 95.95% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 7 (3.12% from 255 or 2.83% from 247); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0307 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0307 is #12FCF8. Grayscale: #494949. Windows color (decimal): -1244409 or 459757. OLE color: 459757.

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

Color convert

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

Color Harmonies of #ED0307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0307

Black with #ED0307

Text Example


Text Example

White with #ED0307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0307; }

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

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

background-color css

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

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

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

border-color css

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

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

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