Html Css Color HEX #ED060D Venetian Red

📋 copy color: '#ED060D'

red 237 ◦ green 6 ◦ blue 13

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

Shades of Venetian Red #ED060D

Tints of Venetian Red #ED060D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.34%

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

R = 92.58%
G = 2.34%
B = 5.08%

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

#ED060D (or 0xED060D) is known color: Venetian Red. HEX triplet: ED, 06 and 0D. RGB value is (237,6,13). Sum of RGB (Red+Green+Blue) = 237+6+13=256 (33% of max value = 765). Red value is 237 (92.97% from 255 or 92.58% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 237 - color contains mainly: red. Hex color #ED060D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED060D is #12F9F2. Grayscale: #4C4C4C. Windows color (decimal): -1243635 or 853741. OLE color: 853741.

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

Color convert

RGB 237 6 13 -
CMYK 0 0.97 0.95 0.07
HSL 358.18º 0.95% 0.48% -
HSV(B) 358.18º 0.97% 0.93% -
XYZ 35.06 18.16 2.04 -
YUV 75.87 92.53 242.93 -
System Red Green Blue C M Y K H S L
Decimal 237 6 13 0 0.97 0.95 0.07 358.18 0.95 0.48
Hex ED 6 D 0 61 5F 7 166 5F 30
Octal 355 6 15 0 141 137 7 546 137 60
Binary 11101101 110 1101 0 1100001 1011111 111 101100110 1011111 110000

Color Harmonies of #ED060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED060D

Black with #ED060D

Text Example


Text Example

White with #ED060D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED060D; }

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

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

background-color css

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

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

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

border-color css

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

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

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