Html Css Color HEX #ED040D Venetian Red

📋 copy color: '#ED040D'

red 237 ◦ green 4 ◦ blue 13

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

Shades of Venetian Red #ED040D

Tints of Venetian Red #ED040D

RGB

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

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

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

R = 93.31%
G = 1.57%
B = 5.12%

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

#ED040D (or 0xED040D) is known color: Venetian Red. HEX triplet: ED, 04 and 0D. RGB value is (237,4,13). Sum of RGB (Red+Green+Blue) = 237+4+13=254 (33% of max value = 765). Red value is 237 (92.97% from 255 or 93.31% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 13 (5.47% from 255 or 5.12% from 254); Max value from RGB is 237 - color contains mainly: red. Hex color #ED040D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED040D is #12FBF2. Grayscale: #4A4A4A. Windows color (decimal): -1244147 or 853229. OLE color: 853229.

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

Color convert

RGB 237 4 13 -
CMYK 0 0.98 0.95 0.07
HSL 357.68º 0.97% 0.47% -
HSV(B) 357.68º 0.98% 0.93% -
XYZ 35.04 18.12 2.03 -
YUV 74.69 93.19 243.77 -
System Red Green Blue C M Y K H S L
Decimal 237 4 13 0 0.98 0.95 0.07 357.68 0.97 0.47
Hex ED 4 D 0 62 5F 7 166 61 2F
Octal 355 4 15 0 142 137 7 546 141 57
Binary 11101101 100 1101 0 1100010 1011111 111 101100110 1100001 101111

Color Harmonies of #ED040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED040D

Black with #ED040D

Text Example


Text Example

White with #ED040D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED040D; }

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

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

background-color css

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

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

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

border-color css

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

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

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