Html Css Color HEX #CF0006 Venetian Red

📋 copy color: '#CF0006'

red 207 ◦ green 0 ◦ blue 6

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

Shades of Venetian Red #CF0006

Tints of Venetian Red #CF0006

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 97.18%
G = 0%
B = 2.82%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CF0006 (or 0xCF0006) is known color: Venetian Red. HEX triplet: CF, 00 and 06. RGB value is (207,0,6). Sum of RGB (Red+Green+Blue) = 207+0+6=213 (28% of max value = 765). Red value is 207 (81.25% from 255 or 97.18% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 6 (2.73% from 255 or 2.82% from 213); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0006 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0006 is #30FFF9. Grayscale: #3E3E3E. Windows color (decimal): -3211258 or 393423. OLE color: 393423.

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

Color convert

RGB 207 0 6 -
CMYK 0 1 0.97 0.19
HSL 358.26º 1% 0.41% -
HSV(B) 358.26º 1% 0.81% -
XYZ 25.77 13.28 1.38 -
YUV 62.58 96.08 231.01 -
System Red Green Blue C M Y K H S L
Decimal 207 0 6 0 1 0.97 0.19 358.26 1 0.41
Hex CF 0 6 0 64 61 13 166 64 29
Octal 317 0 6 0 144 141 23 546 144 51
Binary 11001111 0 110 0 1100100 1100001 10011 101100110 1100100 101001

Color Harmonies of #CF0006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0006

Black with #CF0006

Text Example


Text Example

White with #CF0006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0006; }

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

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

background-color css

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

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

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

border-color css

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

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

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