Html Css Color HEX #CF060D Venetian Red

📋 copy color: '#CF060D'

red 207 ◦ green 6 ◦ blue 13

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

Shades of Venetian Red #CF060D

Tints of Venetian Red #CF060D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.75%

R = 91.59%
G = 2.65%
B = 5.75%

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

#CF060D (or 0xCF060D) is known color: Venetian Red. HEX triplet: CF, 06 and 0D. RGB value is (207,6,13). Sum of RGB (Red+Green+Blue) = 207+6+13=226 (29% of max value = 765). Red value is 207 (81.25% from 255 or 91.59% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 13 (5.47% from 255 or 5.75% from 226); Max value from RGB is 207 - color contains mainly: red. Hex color #CF060D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF060D is #30F9F2. Grayscale: #434343. Windows color (decimal): -3209715 or 853711. OLE color: 853711.

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

Color convert

RGB 207 6 13 -
CMYK 0 0.97 0.94 0.19
HSL 357.91º 0.94% 0.42% -
HSV(B) 357.91º 0.97% 0.81% -
XYZ 25.87 13.42 1.61 -
YUV 66.9 97.59 227.93 -
System Red Green Blue C M Y K H S L
Decimal 207 6 13 0 0.97 0.94 0.19 357.91 0.94 0.42
Hex CF 6 D 0 61 5E 13 166 5E 2A
Octal 317 6 15 0 141 136 23 546 136 52
Binary 11001111 110 1101 0 1100001 1011110 10011 101100110 1011110 101010

Color Harmonies of #CF060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF060D

Black with #CF060D

Text Example


Text Example

White with #CF060D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF060D; }

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

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

background-color css

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

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

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

border-color css

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

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

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