Html Css Color HEX #CF0110 Venetian Red

📋 copy color: '#CF0110'

red 207 ◦ green 1 ◦ blue 16

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

Shades of Venetian Red #CF0110

Tints of Venetian Red #CF0110

RGB

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

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

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

R = 92.41%
G = 0.45%
B = 7.14%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CF0110 (or 0xCF0110) is known color: Venetian Red. HEX triplet: CF, 01 and 10. RGB value is (207,1,16). Sum of RGB (Red+Green+Blue) = 207+1+16=224 (29% of max value = 765). Red value is 207 (81.25% from 255 or 92.41% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 16 (6.64% from 255 or 7.14% from 224); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0110 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0110 is #30FEEF. Grayscale: #404040. Windows color (decimal): -3210992 or 1049039. OLE color: 1049039.

HSL color Cylindrical-coordinate representation of color #CF0110: hue angle of 355.63º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF0110 is Cyan = 0, Magento = 1.00, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 1 16 -
CMYK 0 1.00 0.92 0.19
HSL 355.63º 0.99% 0.41% -
HSV(B) 355.63º 1% 0.81% -
XYZ 25.84 13.32 1.7 -
YUV 64.3 100.75 229.78 -
System Red Green Blue C M Y K H S L
Decimal 207 1 16 0 1.00 0.92 0.19 355.63 0.99 0.41
Hex CF 1 10 0 64 5C 13 164 63 29
Octal 317 1 20 0 144 134 23 544 143 51
Binary 11001111 1 10000 0 1100100 1011100 10011 101100100 1100011 101001

Color Harmonies of #CF0110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0110

Black with #CF0110

Text Example


Text Example

White with #CF0110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0110; }

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

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

background-color css

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

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

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

border-color css

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

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

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