Html Css Color HEX #ED030D Venetian Red

📋 copy color: '#ED030D'

red 237 ◦ green 3 ◦ blue 13

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

Shades of Venetian Red #ED030D

Tints of Venetian Red #ED030D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.19%

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

R = 93.68%
G = 1.19%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED030D (or 0xED030D) is known color: Venetian Red. HEX triplet: ED, 03 and 0D. RGB value is (237,3,13). Sum of RGB (Red+Green+Blue) = 237+3+13=253 (33% of max value = 765). Red value is 237 (92.97% from 255 or 93.68% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 237 - color contains mainly: red. Hex color #ED030D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED030D is #12FCF2. Grayscale: #4A4A4A. Windows color (decimal): -1244403 or 852973. OLE color: 852973.

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

Color convert

RGB 237 3 13 -
CMYK 0 0.99 0.95 0.07
HSL 357.44º 0.98% 0.47% -
HSV(B) 357.44º 0.99% 0.93% -
XYZ 35.03 18.1 2.03 -
YUV 74.11 93.52 244.19 -
System Red Green Blue C M Y K H S L
Decimal 237 3 13 0 0.99 0.95 0.07 357.44 0.98 0.47
Hex ED 3 D 0 63 5F 7 165 62 2F
Octal 355 3 15 0 143 137 7 545 142 57
Binary 11101101 11 1101 0 1100011 1011111 111 101100101 1100010 101111

Color Harmonies of #ED030D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED030D

Black with #ED030D

Text Example


Text Example

White with #ED030D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED030D; }

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

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

background-color css

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

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

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

border-color css

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

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

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