Html Css Color HEX #CF0219 Venetian Red

📋 copy color: '#CF0219'

red 207 ◦ green 2 ◦ blue 25

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

Shades of Venetian Red #CF0219

Tints of Venetian Red #CF0219

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

 BLUE value IS 25 (10.16% from 255) = 10.68%

R = 88.46%
G = 0.85%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CF0219 (or 0xCF0219) is known color: Venetian Red. HEX triplet: CF, 02 and 19. RGB value is (207,2,25). Sum of RGB (Red+Green+Blue) = 207+2+25=234 (30% of max value = 765). Red value is 207 (81.25% from 255 or 88.46% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 25 (10.16% from 255 or 10.68% from 234); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0219 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0219 is #30FDE6. Grayscale: #424242. Windows color (decimal): -3210727 or 1639119. OLE color: 1639119.

HSL color Cylindrical-coordinate representation of color #CF0219: hue angle of 353.27º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF0219 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 2 25 -
CMYK 0 0.99 0.88 0.19
HSL 353.27º 0.98% 0.41% -
HSV(B) 353.27º 0.99% 0.81% -
XYZ 25.93 13.38 2.14 -
YUV 65.92 104.92 228.63 -
System Red Green Blue C M Y K H S L
Decimal 207 2 25 0 0.99 0.88 0.19 353.27 0.98 0.41
Hex CF 2 19 0 63 58 13 161 62 29
Octal 317 2 31 0 143 130 23 541 142 51
Binary 11001111 10 11001 0 1100011 1011000 10011 101100001 1100010 101001

Color Harmonies of #CF0219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0219

Black with #CF0219

Text Example


Text Example

White with #CF0219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0219; }

 p { color: rgb(207,2,25); }

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

background-color css

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

 a { background-color: rgb(207,2,25); }

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

border-color css

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

 span { border-color: rgb(207,2,25); }

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