Html Css Color HEX #CF0320 Venetian Red

📋 copy color: '#CF0320'

red 207 ◦ green 3 ◦ blue 32

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

Shades of Venetian Red #CF0320

Tints of Venetian Red #CF0320

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.24%

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

R = 85.54%
G = 1.24%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF0320 (or 0xCF0320) is known color: Venetian Red. HEX triplet: CF, 03 and 20. RGB value is (207,3,32). Sum of RGB (Red+Green+Blue) = 207+3+32=242 (32% of max value = 765). Red value is 207 (81.25% from 255 or 85.54% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 32 (12.89% from 255 or 13.22% from 242); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0320 is #30FCDF. Grayscale: #434343. Windows color (decimal): -3210464 or 2098127. OLE color: 2098127.

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

Color convert

RGB 207 3 32 -
CMYK 0 0.99 0.85 0.19
HSL 351.47º 0.97% 0.41% -
HSV(B) 351.47º 0.99% 0.81% -
XYZ 26.03 13.43 2.59 -
YUV 67.3 108.09 227.64 -
System Red Green Blue C M Y K H S L
Decimal 207 3 32 0 0.99 0.85 0.19 351.47 0.97 0.41
Hex CF 3 20 0 63 55 13 15F 61 29
Octal 317 3 40 0 143 125 23 537 141 51
Binary 11001111 11 100000 0 1100011 1010101 10011 101011111 1100001 101001

Color Harmonies of #CF0320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0320

Black with #CF0320

Text Example


Text Example

White with #CF0320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0320; }

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

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

background-color css

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

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

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

border-color css

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

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

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