Html Css Color HEX #CF0717 Venetian Red

📋 copy color: '#CF0717'

red 207 ◦ green 7 ◦ blue 23

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

Shades of Venetian Red #CF0717

Tints of Venetian Red #CF0717

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.95%

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

R = 87.34%
G = 2.95%
B = 9.7%

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

#CF0717 (or 0xCF0717) is known color: Venetian Red. HEX triplet: CF, 07 and 17. RGB value is (207,7,23). Sum of RGB (Red+Green+Blue) = 207+7+23=237 (31% of max value = 765). Red value is 207 (81.25% from 255 or 87.34% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 23 (9.38% from 255 or 9.70% from 237); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0717 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0717 is #30F8E8. Grayscale: #444444. Windows color (decimal): -3209449 or 1509327. OLE color: 1509327.

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

Color convert

RGB 207 7 23 -
CMYK 0 0.97 0.89 0.19
HSL 355.2º 0.93% 0.42% -
HSV(B) 355.2º 0.97% 0.81% -
XYZ 25.96 13.48 2.04 -
YUV 68.62 102.26 226.7 -
System Red Green Blue C M Y K H S L
Decimal 207 7 23 0 0.97 0.89 0.19 355.2 0.93 0.42
Hex CF 7 17 0 61 59 13 163 5D 2A
Octal 317 7 27 0 141 131 23 543 135 52
Binary 11001111 111 10111 0 1100001 1011001 10011 101100011 1011101 101010

Color Harmonies of #CF0717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0717

Black with #CF0717

Text Example


Text Example

White with #CF0717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0717; }

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

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

background-color css

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

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

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

border-color css

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

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

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