Html Css Color HEX #DC0307 Venetian Red

📋 copy color: '#DC0307'

red 220 ◦ green 3 ◦ blue 7

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

Shades of Venetian Red #DC0307

Tints of Venetian Red #DC0307

RGB

 RED value IS 220 (86.33% from 255) = 95.65%

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

 BLUE value IS 7 (3.13% from 255) = 3.04%

R = 95.65%
G = 1.3%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC0307 (or 0xDC0307) is known color: Venetian Red. HEX triplet: DC, 03 and 07. RGB value is (220,3,7). Sum of RGB (Red+Green+Blue) = 220+3+7=230 (30% of max value = 765). Red value is 220 (86.33% from 255 or 95.65% from 230); Green value is 3 (1.56% from 255 or 1.30% from 230); Blue value is 7 (3.12% from 255 or 3.04% from 230); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0307 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0307 is #23FCF8. Grayscale: #444444. Windows color (decimal): -2358521 or 459740. OLE color: 459740.

HSL color Cylindrical-coordinate representation of color #DC0307: hue angle of 358.89º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC0307 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 3 7 -
CMYK 0 0.99 0.97 0.14
HSL 358.89º 0.97% 0.44% -
HSV(B) 358.89º 0.99% 0.86% -
XYZ 29.59 15.3 1.59 -
YUV 68.34 93.39 236.17 -
System Red Green Blue C M Y K H S L
Decimal 220 3 7 0 0.99 0.97 0.14 358.89 0.97 0.44
Hex DC 3 7 0 63 61 E 167 61 2C
Octal 334 3 7 0 143 141 16 547 141 54
Binary 11011100 11 111 0 1100011 1100001 1110 101100111 1100001 101100

Color Harmonies of #DC0307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0307

Black with #DC0307

Text Example


Text Example

White with #DC0307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0307; }

 p { color: rgb(220,3,7); }

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

background-color css

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

 a { background-color: rgb(220,3,7); }

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

border-color css

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

 span { border-color: rgb(220,3,7); }

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