Html Css Color HEX #ED030A Venetian Red

📋 copy color: '#ED030A'

red 237 ◦ green 3 ◦ blue 10

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

Shades of Venetian Red #ED030A

Tints of Venetian Red #ED030A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4%

R = 94.8%
G = 1.2%
B = 4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ED030A (or 0xED030A) is known color: Venetian Red. HEX triplet: ED, 03 and 0A. RGB value is (237,3,10). Sum of RGB (Red+Green+Blue) = 237+3+10=250 (33% of max value = 765). Red value is 237 (92.97% from 255 or 94.8% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 10 (4.30% from 255 or 4% from 250); Max value from RGB is 237 - color contains mainly: red. Hex color #ED030A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED030A is #12FCF5. Grayscale: #494949. Windows color (decimal): -1244406 or 656365. OLE color: 656365.

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

Color convert

RGB 237 3 10 -
CMYK 0 0.99 0.96 0.07
HSL 358.21º 0.98% 0.47% -
HSV(B) 358.21º 0.99% 0.93% -
XYZ 35.01 18.09 1.93 -
YUV 73.76 92.02 244.43 -
System Red Green Blue C M Y K H S L
Decimal 237 3 10 0 0.99 0.96 0.07 358.21 0.98 0.47
Hex ED 3 A 0 63 60 7 166 62 2F
Octal 355 3 12 0 143 140 7 546 142 57
Binary 11101101 11 1010 0 1100011 1100000 111 101100110 1100010 101111

Color Harmonies of #ED030A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED030A

Black with #ED030A

Text Example


Text Example

White with #ED030A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED030A; }

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

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

background-color css

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

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

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

border-color css

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

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

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