Html Css Color HEX #CF060C Venetian Red

📋 copy color: '#CF060C'

red 207 ◦ green 6 ◦ blue 12

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

Shades of Venetian Red #CF060C

Tints of Venetian Red #CF060C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.67%

 BLUE value IS 12 (5.08% from 255) = 5.33%

R = 92%
G = 2.67%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CF060C (or 0xCF060C) is known color: Venetian Red. HEX triplet: CF, 06 and 0C. RGB value is (207,6,12). Sum of RGB (Red+Green+Blue) = 207+6+12=225 (29% of max value = 765). Red value is 207 (81.25% from 255 or 92% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 12 (5.08% from 255 or 5.33% from 225); Max value from RGB is 207 - color contains mainly: red. Hex color #CF060C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF060C is #30F9F3. Grayscale: #424242. Windows color (decimal): -3209716 or 788175. OLE color: 788175.

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

Color convert

RGB 207 6 12 -
CMYK 0 0.97 0.94 0.19
HSL 358.21º 0.94% 0.42% -
HSV(B) 358.21º 0.97% 0.81% -
XYZ 25.86 13.42 1.58 -
YUV 66.78 97.09 228.01 -
System Red Green Blue C M Y K H S L
Decimal 207 6 12 0 0.97 0.94 0.19 358.21 0.94 0.42
Hex CF 6 C 0 61 5E 13 166 5E 2A
Octal 317 6 14 0 141 136 23 546 136 52
Binary 11001111 110 1100 0 1100001 1011110 10011 101100110 1011110 101010

Color Harmonies of #CF060C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF060C

Black with #CF060C

Text Example


Text Example

White with #CF060C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF060C; }

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

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

background-color css

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

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

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

border-color css

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

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

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