Html Css Color HEX #CF0617 Venetian Red

📋 copy color: '#CF0617'

red 207 ◦ green 6 ◦ blue 23

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

Shades of Venetian Red #CF0617

Tints of Venetian Red #CF0617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.75%

R = 87.71%
G = 2.54%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CF0617 (or 0xCF0617) is known color: Venetian Red. HEX triplet: CF, 06 and 17. RGB value is (207,6,23). Sum of RGB (Red+Green+Blue) = 207+6+23=236 (31% of max value = 765). Red value is 207 (81.25% from 255 or 87.71% from 236); Green value is 6 (2.73% from 255 or 2.54% from 236); Blue value is 23 (9.38% from 255 or 9.75% from 236); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0617 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0617 is #30F9E8. Grayscale: #444444. Windows color (decimal): -3209705 or 1509071. OLE color: 1509071.

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

Color convert

RGB 207 6 23 -
CMYK 0 0.97 0.89 0.19
HSL 354.93º 0.94% 0.42% -
HSV(B) 354.93º 0.97% 0.81% -
XYZ 25.95 13.46 2.04 -
YUV 68.04 102.59 227.12 -
System Red Green Blue C M Y K H S L
Decimal 207 6 23 0 0.97 0.89 0.19 354.93 0.94 0.42
Hex CF 6 17 0 61 59 13 163 5E 2A
Octal 317 6 27 0 141 131 23 543 136 52
Binary 11001111 110 10111 0 1100001 1011001 10011 101100011 1011110 101010

Color Harmonies of #CF0617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0617

Black with #CF0617

Text Example


Text Example

White with #CF0617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0617; }

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

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

background-color css

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

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

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

border-color css

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

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

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