Html Css Color HEX #CA1011 Venetian Red

📋 copy color: '#CA1011'

red 202 ◦ green 16 ◦ blue 17

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

Shades of Venetian Red #CA1011

Tints of Venetian Red #CA1011

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.81%

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

R = 85.96%
G = 6.81%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#CA1011 (or 0xCA1011) is known color: Venetian Red. HEX triplet: CA, 10 and 11. RGB value is (202,16,17). Sum of RGB (Red+Green+Blue) = 202+16+17=235 (31% of max value = 765). Red value is 202 (79.30% from 255 or 85.96% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 17 (7.03% from 255 or 7.23% from 235); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1011 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1011 is #35EFEE. Grayscale: #474747. Windows color (decimal): -3534831 or 1118410. OLE color: 1118410.

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

Color convert

RGB 202 16 17 -
CMYK 0 0.92 0.92 0.21
HSL 359.68º 0.85% 0.43% -
HSV(B) 359.68º 0.92% 0.79% -
XYZ 24.64 12.97 1.73 -
YUV 71.73 97.12 220.92 -
System Red Green Blue C M Y K H S L
Decimal 202 16 17 0 0.92 0.92 0.21 359.68 0.85 0.43
Hex CA 10 11 0 5C 5C 15 168 55 2B
Octal 312 20 21 0 134 134 25 550 125 53
Binary 11001010 10000 10001 0 1011100 1011100 10101 101101000 1010101 101011

Color Harmonies of #CA1011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1011

Black with #CA1011

Text Example


Text Example

White with #CA1011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1011; }

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

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

background-color css

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

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

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

border-color css

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

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

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