Html Css Color HEX #CF0206 Venetian Red

📋 copy color: '#CF0206'

red 207 ◦ green 2 ◦ blue 6

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

Shades of Venetian Red #CF0206

Tints of Venetian Red #CF0206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.79%

R = 96.28%
G = 0.93%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CF0206 (or 0xCF0206) is known color: Venetian Red. HEX triplet: CF, 02 and 06. RGB value is (207,2,6). Sum of RGB (Red+Green+Blue) = 207+2+6=215 (28% of max value = 765). Red value is 207 (81.25% from 255 or 96.28% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 6 (2.73% from 255 or 2.79% from 215); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0206 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0206 is #30FDF9. Grayscale: #3F3F3F. Windows color (decimal): -3210746 or 393935. OLE color: 393935.

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

Color convert

RGB 207 2 6 -
CMYK 0 0.99 0.97 0.19
HSL 358.83º 0.98% 0.41% -
HSV(B) 358.83º 0.99% 0.81% -
XYZ 25.79 13.32 1.38 -
YUV 63.75 95.42 230.17 -
System Red Green Blue C M Y K H S L
Decimal 207 2 6 0 0.99 0.97 0.19 358.83 0.98 0.41
Hex CF 2 6 0 63 61 13 167 62 29
Octal 317 2 6 0 143 141 23 547 142 51
Binary 11001111 10 110 0 1100011 1100001 10011 101100111 1100010 101001

Color Harmonies of #CF0206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0206

Black with #CF0206

Text Example


Text Example

White with #CF0206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0206; }

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

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

background-color css

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

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

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

border-color css

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

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

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