Html Css Color HEX #ED070D Venetian Red

📋 copy color: '#ED070D'

red 237 ◦ green 7 ◦ blue 13

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

Shades of Venetian Red #ED070D

Tints of Venetian Red #ED070D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.06%

R = 92.22%
G = 2.72%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED070D (or 0xED070D) is known color: Venetian Red. HEX triplet: ED, 07 and 0D. RGB value is (237,7,13). Sum of RGB (Red+Green+Blue) = 237+7+13=257 (34% of max value = 765). Red value is 237 (92.97% from 255 or 92.22% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 13 (5.47% from 255 or 5.06% from 257); Max value from RGB is 237 - color contains mainly: red. Hex color #ED070D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED070D is #12F8F2. Grayscale: #4C4C4C. Windows color (decimal): -1243379 or 853997. OLE color: 853997.

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

Color convert

RGB 237 7 13 -
CMYK 0 0.97 0.95 0.07
HSL 358.43º 0.94% 0.48% -
HSV(B) 358.43º 0.97% 0.93% -
XYZ 35.07 18.19 2.04 -
YUV 76.45 92.2 242.51 -
System Red Green Blue C M Y K H S L
Decimal 237 7 13 0 0.97 0.95 0.07 358.43 0.94 0.48
Hex ED 7 D 0 61 5F 7 166 5E 30
Octal 355 7 15 0 141 137 7 546 136 60
Binary 11101101 111 1101 0 1100001 1011111 111 101100110 1011110 110000

Color Harmonies of #ED070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED070D

Black with #ED070D

Text Example


Text Example

White with #ED070D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED070D; }

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

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

background-color css

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

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

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

border-color css

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

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

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