Html Css Color HEX #CF0718 Venetian Red

📋 copy color: '#CF0718'

red 207 ◦ green 7 ◦ blue 24

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

Shades of Venetian Red #CF0718

Tints of Venetian Red #CF0718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.08%

R = 86.97%
G = 2.94%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CF0718 (or 0xCF0718) is known color: Venetian Red. HEX triplet: CF, 07 and 18. RGB value is (207,7,24). Sum of RGB (Red+Green+Blue) = 207+7+24=238 (31% of max value = 765). Red value is 207 (81.25% from 255 or 86.97% from 238); Green value is 7 (3.12% from 255 or 2.94% from 238); Blue value is 24 (9.77% from 255 or 10.08% from 238); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0718 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0718 is #30F8E7. Grayscale: #444444. Windows color (decimal): -3209448 or 1574863. OLE color: 1574863.

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

Color convert

RGB 207 7 24 -
CMYK 0 0.97 0.88 0.19
HSL 354.9º 0.93% 0.42% -
HSV(B) 354.9º 0.97% 0.81% -
XYZ 25.97 13.48 2.1 -
YUV 68.74 102.76 226.62 -
System Red Green Blue C M Y K H S L
Decimal 207 7 24 0 0.97 0.88 0.19 354.9 0.93 0.42
Hex CF 7 18 0 61 58 13 163 5D 2A
Octal 317 7 30 0 141 130 23 543 135 52
Binary 11001111 111 11000 0 1100001 1011000 10011 101100011 1011101 101010

Color Harmonies of #CF0718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0718

Black with #CF0718

Text Example


Text Example

White with #CF0718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0718; }

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

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

background-color css

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

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

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

border-color css

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

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

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