Html Css Color HEX #ED0315 Venetian Red

📋 copy color: '#ED0315'

red 237 ◦ green 3 ◦ blue 21

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

Shades of Venetian Red #ED0315

Tints of Venetian Red #ED0315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.05%

R = 90.8%
G = 1.15%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ED0315 (or 0xED0315) is known color: Venetian Red. HEX triplet: ED, 03 and 15. RGB value is (237,3,21). Sum of RGB (Red+Green+Blue) = 237+3+21=261 (34% of max value = 765). Red value is 237 (92.97% from 255 or 90.80% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 21 (8.59% from 255 or 8.05% from 261); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0315 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0315 is #12FCEA. Grayscale: #4B4B4B. Windows color (decimal): -1244395 or 1377261. OLE color: 1377261.

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

Color convert

RGB 237 3 21 -
CMYK 0 0.99 0.91 0.07
HSL 355.38º 0.98% 0.47% -
HSV(B) 355.38º 0.99% 0.93% -
XYZ 35.09 18.12 2.36 -
YUV 75.02 97.52 243.54 -
System Red Green Blue C M Y K H S L
Decimal 237 3 21 0 0.99 0.91 0.07 355.38 0.98 0.47
Hex ED 3 15 0 63 5B 7 163 62 2F
Octal 355 3 25 0 143 133 7 543 142 57
Binary 11101101 11 10101 0 1100011 1011011 111 101100011 1100010 101111

Color Harmonies of #ED0315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0315

Black with #ED0315

Text Example


Text Example

White with #ED0315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0315; }

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

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

background-color css

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

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

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

border-color css

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

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

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