Html Css Color HEX #CF0D10 Venetian Red

📋 copy color: '#CF0D10'

red 207 ◦ green 13 ◦ blue 16

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

Shades of Venetian Red #CF0D10

Tints of Venetian Red #CF0D10

RGB

 RED value IS 207 (81.25% from 255) = 87.71%

 GREEN value IS 13 (5.47% from 255) = 5.51%

 BLUE value IS 16 (6.64% from 255) = 6.78%

R = 87.71%
G = 5.51%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CF0D10 (or 0xCF0D10) is known color: Venetian Red. HEX triplet: CF, 0D and 10. RGB value is (207,13,16). Sum of RGB (Red+Green+Blue) = 207+13+16=236 (31% of max value = 765). Red value is 207 (81.25% from 255 or 87.71% from 236); Green value is 13 (5.47% from 255 or 5.51% from 236); Blue value is 16 (6.64% from 255 or 6.78% from 236); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0D10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0D10 is #30F2EF. Grayscale: #474747. Windows color (decimal): -3207920 or 1052111. OLE color: 1052111.

HSL color Cylindrical-coordinate representation of color #CF0D10: hue angle of 359.07º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF0D10 is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 13 16 -
CMYK 0 0.94 0.92 0.19
HSL 359.07º 0.88% 0.43% -
HSV(B) 359.07º 0.94% 0.81% -
XYZ 25.97 13.59 1.74 -
YUV 71.35 96.77 224.76 -
System Red Green Blue C M Y K H S L
Decimal 207 13 16 0 0.94 0.92 0.19 359.07 0.88 0.43
Hex CF D 10 0 5E 5C 13 167 58 2B
Octal 317 15 20 0 136 134 23 547 130 53
Binary 11001111 1101 10000 0 1011110 1011100 10011 101100111 1011000 101011

Color Harmonies of #CF0D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0D10

Black with #CF0D10

Text Example


Text Example

White with #CF0D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0D10; }

 p { color: rgb(207,13,16); }

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

background-color css

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

 a { background-color: rgb(207,13,16); }

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

border-color css

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

 span { border-color: rgb(207,13,16); }

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