Html Css Color HEX #ED070A Venetian Red

📋 copy color: '#ED070A'

red 237 ◦ green 7 ◦ blue 10

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

Shades of Venetian Red #ED070A

Tints of Venetian Red #ED070A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.76%

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

R = 93.31%
G = 2.76%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ED070A (or 0xED070A) is known color: Venetian Red. HEX triplet: ED, 07 and 0A. RGB value is (237,7,10). Sum of RGB (Red+Green+Blue) = 237+7+10=254 (33% of max value = 765). Red value is 237 (92.97% from 255 or 93.31% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 10 (4.30% from 255 or 3.94% from 254); Max value from RGB is 237 - color contains mainly: red. Hex color #ED070A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED070A is #12F8F5. Grayscale: #4C4C4C. Windows color (decimal): -1243382 or 657389. OLE color: 657389.

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

Color convert

RGB 237 7 10 -
CMYK 0 0.97 0.96 0.07
HSL 359.22º 0.94% 0.48% -
HSV(B) 359.22º 0.97% 0.93% -
XYZ 35.06 18.18 1.95 -
YUV 76.11 90.7 242.76 -
System Red Green Blue C M Y K H S L
Decimal 237 7 10 0 0.97 0.96 0.07 359.22 0.94 0.48
Hex ED 7 A 0 61 60 7 167 5E 30
Octal 355 7 12 0 141 140 7 547 136 60
Binary 11101101 111 1010 0 1100001 1100000 111 101100111 1011110 110000

Color Harmonies of #ED070A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED070A

Black with #ED070A

Text Example


Text Example

White with #ED070A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED070A; }

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

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

background-color css

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

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

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

border-color css

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

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

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