Html Css Color HEX #CF0613 Venetian Red

📋 copy color: '#CF0613'

red 207 ◦ green 6 ◦ blue 19

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

Shades of Venetian Red #CF0613

Tints of Venetian Red #CF0613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.19%

R = 89.22%
G = 2.59%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CF0613 (or 0xCF0613) is known color: Venetian Red. HEX triplet: CF, 06 and 13. RGB value is (207,6,19). Sum of RGB (Red+Green+Blue) = 207+6+19=232 (30% of max value = 765). Red value is 207 (81.25% from 255 or 89.22% from 232); Green value is 6 (2.73% from 255 or 2.59% from 232); Blue value is 19 (7.81% from 255 or 8.19% from 232); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0613 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0613 is #30F9EC. Grayscale: #434343. Windows color (decimal): -3209709 or 1246927. OLE color: 1246927.

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

Color convert

RGB 207 6 19 -
CMYK 0 0.97 0.91 0.19
HSL 356.12º 0.94% 0.42% -
HSV(B) 356.12º 0.97% 0.81% -
XYZ 25.91 13.44 1.84 -
YUV 67.58 100.59 227.44 -
System Red Green Blue C M Y K H S L
Decimal 207 6 19 0 0.97 0.91 0.19 356.12 0.94 0.42
Hex CF 6 13 0 61 5B 13 164 5E 2A
Octal 317 6 23 0 141 133 23 544 136 52
Binary 11001111 110 10011 0 1100001 1011011 10011 101100100 1011110 101010

Color Harmonies of #CF0613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0613

Black with #CF0613

Text Example


Text Example

White with #CF0613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0613; }

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

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

background-color css

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

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

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

border-color css

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

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

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