Html Css Color HEX #CA1115 Venetian Red

📋 copy color: '#CA1115'

red 202 ◦ green 17 ◦ blue 21

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

Shades of Venetian Red #CA1115

Tints of Venetian Red #CA1115

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.08%

 BLUE value IS 21 (8.59% from 255) = 8.75%

R = 84.17%
G = 7.08%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CA1115 (or 0xCA1115) is known color: Venetian Red. HEX triplet: CA, 11 and 15. RGB value is (202,17,21). Sum of RGB (Red+Green+Blue) = 202+17+21=240 (31% of max value = 765). Red value is 202 (79.30% from 255 or 84.17% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 21 (8.59% from 255 or 8.75% from 240); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1115 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1115 is #35EEEA. Grayscale: #484848. Windows color (decimal): -3534571 or 1380810. OLE color: 1380810.

HSL color Cylindrical-coordinate representation of color #CA1115: hue angle of 358.7º degrees, saturation: 0.84, 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 #CA1115 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 17 21 -
CMYK 0 0.92 0.90 0.21
HSL 358.7º 0.84% 0.43% -
HSV(B) 358.7º 0.92% 0.79% -
XYZ 24.69 13.01 1.92 -
YUV 72.77 98.79 220.17 -
System Red Green Blue C M Y K H S L
Decimal 202 17 21 0 0.92 0.90 0.21 358.7 0.84 0.43
Hex CA 11 15 0 5C 5A 15 167 54 2B
Octal 312 21 25 0 134 132 25 547 124 53
Binary 11001010 10001 10101 0 1011100 1011010 10101 101100111 1010100 101011

Color Harmonies of #CA1115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1115

Black with #CA1115

Text Example


Text Example

White with #CA1115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1115; }

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

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

background-color css

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

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

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

border-color css

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

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

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