Html Css Color HEX #CF0111 Venetian Red

📋 copy color: '#CF0111'

red 207 ◦ green 1 ◦ blue 17

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

Shades of Venetian Red #CF0111

Tints of Venetian Red #CF0111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.56%

R = 92%
G = 0.44%
B = 7.56%

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

#CF0111 (or 0xCF0111) is known color: Venetian Red. HEX triplet: CF, 01 and 11. RGB value is (207,1,17). Sum of RGB (Red+Green+Blue) = 207+1+17=225 (29% of max value = 765). Red value is 207 (81.25% from 255 or 92% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 17 (7.03% from 255 or 7.56% from 225); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0111 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0111 is #30FEEE. Grayscale: #404040. Windows color (decimal): -3210991 or 1114575. OLE color: 1114575.

HSL color Cylindrical-coordinate representation of color #CF0111: hue angle of 355.34º 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 #CF0111 is Cyan = 0, Magento = 1.00, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 1 17 -
CMYK 0 1.00 0.92 0.19
HSL 355.34º 0.99% 0.41% -
HSV(B) 355.34º 1% 0.81% -
XYZ 25.84 13.33 1.74 -
YUV 64.42 101.25 229.7 -
System Red Green Blue C M Y K H S L
Decimal 207 1 17 0 1.00 0.92 0.19 355.34 0.99 0.41
Hex CF 1 11 0 64 5C 13 163 63 29
Octal 317 1 21 0 144 134 23 543 143 51
Binary 11001111 1 10001 0 1100100 1011100 10011 101100011 1100011 101001

Color Harmonies of #CF0111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0111

Black with #CF0111

Text Example


Text Example

White with #CF0111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0111; }

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

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

background-color css

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

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

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

border-color css

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

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

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