Html Css Color HEX #DC0107 Venetian Red

📋 copy color: '#DC0107'

red 220 ◦ green 1 ◦ blue 7

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

Shades of Venetian Red #DC0107

Tints of Venetian Red #DC0107

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

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

R = 96.49%
G = 0.44%
B = 3.07%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC0107 (or 0xDC0107) is known color: Venetian Red. HEX triplet: DC, 01 and 07. RGB value is (220,1,7). Sum of RGB (Red+Green+Blue) = 220+1+7=228 (30% of max value = 765). Red value is 220 (86.33% from 255 or 96.49% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 7 (3.12% from 255 or 3.07% from 228); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0107 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0107 is #23FEF8. Grayscale: #434343. Windows color (decimal): -2359033 or 459228. OLE color: 459228.

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

Color convert

RGB 220 1 7 -
CMYK 0 1.00 0.97 0.14
HSL 358.36º 0.99% 0.43% -
HSV(B) 358.36º 1% 0.86% -
XYZ 29.56 15.25 1.59 -
YUV 67.17 94.05 237.01 -
System Red Green Blue C M Y K H S L
Decimal 220 1 7 0 1.00 0.97 0.14 358.36 0.99 0.43
Hex DC 1 7 0 64 61 E 166 63 2B
Octal 334 1 7 0 144 141 16 546 143 53
Binary 11011100 1 111 0 1100100 1100001 1110 101100110 1100011 101011

Color Harmonies of #DC0107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0107

Black with #DC0107

Text Example


Text Example

White with #DC0107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0107; }

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

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

background-color css

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

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

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

border-color css

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

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

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