Html Css Color HEX #DC000F Venetian Red

📋 copy color: '#DC000F'

red 220 ◦ green 0 ◦ blue 15

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

Shades of Venetian Red #DC000F

Tints of Venetian Red #DC000F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 15 (6.25% from 255) = 6.38%

R = 93.62%
G = 0%
B = 6.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DC000F (or 0xDC000F) is known color: Venetian Red. HEX triplet: DC, 00 and 0F. RGB value is (220,0,15). Sum of RGB (Red+Green+Blue) = 220+0+15=235 (31% of max value = 765). Red value is 220 (86.33% from 255 or 93.62% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 15 (6.25% from 255 or 6.38% from 235); Max value from RGB is 220 - color contains mainly: red. Hex color #DC000F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC000F is #23FFF0. Grayscale: #434343. Windows color (decimal): -2359281 or 983260. OLE color: 983260.

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

Color convert

RGB 220 0 15 -
CMYK 0 1 0.93 0.14
HSL 355.91º 1% 0.43% -
HSV(B) 355.91º 1% 0.86% -
XYZ 29.6 15.25 1.84 -
YUV 67.49 98.39 236.78 -
System Red Green Blue C M Y K H S L
Decimal 220 0 15 0 1 0.93 0.14 355.91 1 0.43
Hex DC 0 F 0 64 5D E 164 64 2B
Octal 334 0 17 0 144 135 16 544 144 53
Binary 11011100 0 1111 0 1100100 1011101 1110 101100100 1100100 101011

Color Harmonies of #DC000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC000F

Black with #DC000F

Text Example


Text Example

White with #DC000F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC000F; }

 p { color: rgb(220,0,15); }

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

background-color css

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

 a { background-color: rgb(220,0,15); }

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

border-color css

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

 span { border-color: rgb(220,0,15); }

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