Html Css Color HEX #CA0711 Venetian Red

📋 copy color: '#CA0711'

red 202 ◦ green 7 ◦ blue 17

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

Shades of Venetian Red #CA0711

Tints of Venetian Red #CA0711

RGB

 RED value IS 202 (79.3% from 255) = 89.38%

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

 BLUE value IS 17 (7.03% from 255) = 7.52%

R = 89.38%
G = 3.1%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#CA0711 (or 0xCA0711) is known color: Venetian Red. HEX triplet: CA, 07 and 11. RGB value is (202,7,17). Sum of RGB (Red+Green+Blue) = 202+7+17=226 (29% of max value = 765). Red value is 202 (79.30% from 255 or 89.38% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 17 (7.03% from 255 or 7.52% from 226); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0711 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0711 is #35F8EE. Grayscale: #424242. Windows color (decimal): -3537135 or 1116106. OLE color: 1116106.

HSL color Cylindrical-coordinate representation of color #CA0711: hue angle of 356.92º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA0711 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 7 17 -
CMYK 0 0.97 0.92 0.21
HSL 356.92º 0.93% 0.41% -
HSV(B) 356.92º 0.97% 0.79% -
XYZ 24.53 12.75 1.7 -
YUV 66.45 100.1 224.69 -
System Red Green Blue C M Y K H S L
Decimal 202 7 17 0 0.97 0.92 0.21 356.92 0.93 0.41
Hex CA 7 11 0 61 5C 15 165 5D 29
Octal 312 7 21 0 141 134 25 545 135 51
Binary 11001010 111 10001 0 1100001 1011100 10101 101100101 1011101 101001

Color Harmonies of #CA0711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0711

Black with #CA0711

Text Example


Text Example

White with #CA0711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0711; }

 p { color: rgb(202,7,17); }

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

background-color css

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

 a { background-color: rgb(202,7,17); }

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

border-color css

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

 span { border-color: rgb(202,7,17); }

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