Html Css Color HEX #ED050D Venetian Red

📋 copy color: '#ED050D'

red 237 ◦ green 5 ◦ blue 13

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

Shades of Venetian Red #ED050D

Tints of Venetian Red #ED050D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.96%

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

R = 92.94%
G = 1.96%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED050D (or 0xED050D) is known color: Venetian Red. HEX triplet: ED, 05 and 0D. RGB value is (237,5,13). Sum of RGB (Red+Green+Blue) = 237+5+13=255 (33% of max value = 765). Red value is 237 (92.97% from 255 or 92.94% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 13 (5.47% from 255 or 5.10% from 255); Max value from RGB is 237 - color contains mainly: red. Hex color #ED050D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED050D is #12FAF2. Grayscale: #4B4B4B. Windows color (decimal): -1243891 or 853485. OLE color: 853485.

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

Color convert

RGB 237 5 13 -
CMYK 0 0.98 0.95 0.07
HSL 357.93º 0.96% 0.47% -
HSV(B) 357.93º 0.98% 0.93% -
XYZ 35.05 18.14 2.04 -
YUV 75.28 92.86 243.35 -
System Red Green Blue C M Y K H S L
Decimal 237 5 13 0 0.98 0.95 0.07 357.93 0.96 0.47
Hex ED 5 D 0 62 5F 7 166 60 2F
Octal 355 5 15 0 142 137 7 546 140 57
Binary 11101101 101 1101 0 1100010 1011111 111 101100110 1100000 101111

Color Harmonies of #ED050D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED050D

Black with #ED050D

Text Example


Text Example

White with #ED050D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED050D; }

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

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

background-color css

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

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

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

border-color css

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

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

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