Html Css Color HEX #CF0210 Venetian Red

📋 copy color: '#CF0210'

red 207 ◦ green 2 ◦ blue 16

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

Shades of Venetian Red #CF0210

Tints of Venetian Red #CF0210

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.89%

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

R = 92%
G = 0.89%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CF0210 (or 0xCF0210) is known color: Venetian Red. HEX triplet: CF, 02 and 10. RGB value is (207,2,16). Sum of RGB (Red+Green+Blue) = 207+2+16=225 (29% of max value = 765). Red value is 207 (81.25% from 255 or 92% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 16 (6.64% from 255 or 7.11% from 225); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0210 is #30FDEF. Grayscale: #414141. Windows color (decimal): -3210736 or 1049295. OLE color: 1049295.

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

Color convert

RGB 207 2 16 -
CMYK 0 0.99 0.92 0.19
HSL 355.9º 0.98% 0.41% -
HSV(B) 355.9º 0.99% 0.81% -
XYZ 25.85 13.35 1.7 -
YUV 64.89 100.42 229.36 -
System Red Green Blue C M Y K H S L
Decimal 207 2 16 0 0.99 0.92 0.19 355.9 0.98 0.41
Hex CF 2 10 0 63 5C 13 164 62 29
Octal 317 2 20 0 143 134 23 544 142 51
Binary 11001111 10 10000 0 1100011 1011100 10011 101100100 1100010 101001

Color Harmonies of #CF0210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0210

Black with #CF0210

Text Example


Text Example

White with #CF0210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0210; }

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

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

background-color css

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

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

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

border-color css

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

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

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