Html Css Color HEX #CF0F10 Venetian Red

📋 copy color: '#CF0F10'

red 207 ◦ green 15 ◦ blue 16

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

Shades of Venetian Red #CF0F10

Tints of Venetian Red #CF0F10

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.3%

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

R = 86.97%
G = 6.3%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CF0F10 (or 0xCF0F10) is known color: Venetian Red. HEX triplet: CF, 0F and 10. RGB value is (207,15,16). Sum of RGB (Red+Green+Blue) = 207+15+16=238 (31% of max value = 765). Red value is 207 (81.25% from 255 or 86.97% from 238); Green value is 15 (6.25% from 255 or 6.30% from 238); Blue value is 16 (6.64% from 255 or 6.72% from 238); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0F10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0F10 is #30F0EF. Grayscale: #484848. Windows color (decimal): -3207408 or 1052623. OLE color: 1052623.

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

Color convert

RGB 207 15 16 -
CMYK 0 0.93 0.92 0.19
HSL 359.69º 0.86% 0.44% -
HSV(B) 359.69º 0.93% 0.81% -
XYZ 26 13.64 1.75 -
YUV 72.52 96.11 223.92 -
System Red Green Blue C M Y K H S L
Decimal 207 15 16 0 0.93 0.92 0.19 359.69 0.86 0.44
Hex CF F 10 0 5D 5C 13 168 56 2C
Octal 317 17 20 0 135 134 23 550 126 54
Binary 11001111 1111 10000 0 1011101 1011100 10011 101101000 1010110 101100

Color Harmonies of #CF0F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0F10

Black with #CF0F10

Text Example


Text Example

White with #CF0F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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