Html Css Color HEX #CF0519 Venetian Red

📋 copy color: '#CF0519'

red 207 ◦ green 5 ◦ blue 25

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

Shades of Venetian Red #CF0519

Tints of Venetian Red #CF0519

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.11%

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

R = 87.34%
G = 2.11%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CF0519 (or 0xCF0519) is known color: Venetian Red. HEX triplet: CF, 05 and 19. RGB value is (207,5,25). Sum of RGB (Red+Green+Blue) = 207+5+25=237 (31% of max value = 765). Red value is 207 (81.25% from 255 or 87.34% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 25 (10.16% from 255 or 10.55% from 237); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0519 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0519 is #30FAE6. Grayscale: #434343. Windows color (decimal): -3209959 or 1639887. OLE color: 1639887.

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

Color convert

RGB 207 5 25 -
CMYK 0 0.98 0.88 0.19
HSL 354.06º 0.95% 0.42% -
HSV(B) 354.06º 0.98% 0.81% -
XYZ 25.96 13.44 2.15 -
YUV 67.68 103.92 227.37 -
System Red Green Blue C M Y K H S L
Decimal 207 5 25 0 0.98 0.88 0.19 354.06 0.95 0.42
Hex CF 5 19 0 62 58 13 162 5F 2A
Octal 317 5 31 0 142 130 23 542 137 52
Binary 11001111 101 11001 0 1100010 1011000 10011 101100010 1011111 101010

Color Harmonies of #CF0519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0519

Black with #CF0519

Text Example


Text Example

White with #CF0519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0519; }

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

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

background-color css

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

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

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

border-color css

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

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

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