Html Css Color HEX #ED040A Venetian Red

📋 copy color: '#ED040A'

red 237 ◦ green 4 ◦ blue 10

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

Shades of Venetian Red #ED040A

Tints of Venetian Red #ED040A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.59%

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

R = 94.42%
G = 1.59%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ED040A (or 0xED040A) is known color: Venetian Red. HEX triplet: ED, 04 and 0A. RGB value is (237,4,10). Sum of RGB (Red+Green+Blue) = 237+4+10=251 (33% of max value = 765). Red value is 237 (92.97% from 255 or 94.42% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 10 (4.30% from 255 or 3.98% from 251); Max value from RGB is 237 - color contains mainly: red. Hex color #ED040A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED040A is #12FBF5. Grayscale: #4A4A4A. Windows color (decimal): -1244150 or 656621. OLE color: 656621.

HSL color Cylindrical-coordinate representation of color #ED040A: hue angle of 358.45º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED040A is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 4 10 -
CMYK 0 0.98 0.96 0.07
HSL 358.45º 0.97% 0.47% -
HSV(B) 358.45º 0.98% 0.93% -
XYZ 35.02 18.11 1.94 -
YUV 74.35 91.69 244.01 -
System Red Green Blue C M Y K H S L
Decimal 237 4 10 0 0.98 0.96 0.07 358.45 0.97 0.47
Hex ED 4 A 0 62 60 7 166 61 2F
Octal 355 4 12 0 142 140 7 546 141 57
Binary 11101101 100 1010 0 1100010 1100000 111 101100110 1100001 101111

Color Harmonies of #ED040A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED040A

Black with #ED040A

Text Example


Text Example

White with #ED040A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED040A; }

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

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

background-color css

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

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

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

border-color css

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

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

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