Html Css Color HEX #CF0520 Venetian Red

📋 copy color: '#CF0520'

red 207 ◦ green 5 ◦ blue 32

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

Shades of Venetian Red #CF0520

Tints of Venetian Red #CF0520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.11%

R = 84.84%
G = 2.05%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF0520 (or 0xCF0520) is known color: Venetian Red. HEX triplet: CF, 05 and 20. RGB value is (207,5,32). Sum of RGB (Red+Green+Blue) = 207+5+32=244 (32% of max value = 765). Red value is 207 (81.25% from 255 or 84.84% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 32 (12.89% from 255 or 13.11% from 244); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0520 is #30FADF. Grayscale: #444444. Windows color (decimal): -3209952 or 2098639. OLE color: 2098639.

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

Color convert

RGB 207 5 32 -
CMYK 0 0.98 0.85 0.19
HSL 351.98º 0.95% 0.42% -
HSV(B) 351.98º 0.98% 0.81% -
XYZ 26.05 13.48 2.6 -
YUV 68.48 107.42 226.8 -
System Red Green Blue C M Y K H S L
Decimal 207 5 32 0 0.98 0.85 0.19 351.98 0.95 0.42
Hex CF 5 20 0 62 55 13 160 5F 2A
Octal 317 5 40 0 142 125 23 540 137 52
Binary 11001111 101 100000 0 1100010 1010101 10011 101100000 1011111 101010

Color Harmonies of #CF0520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0520

Black with #CF0520

Text Example


Text Example

White with #CF0520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0520; }

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

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

background-color css

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

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

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

border-color css

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

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

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