Html Css Color HEX #CA1315 Venetian Red

📋 copy color: '#CA1315'

red 202 ◦ green 19 ◦ blue 21

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

Shades of Venetian Red #CA1315

Tints of Venetian Red #CA1315

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.85%

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

R = 83.47%
G = 7.85%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CA1315 (or 0xCA1315) is known color: Venetian Red. HEX triplet: CA, 13 and 15. RGB value is (202,19,21). Sum of RGB (Red+Green+Blue) = 202+19+21=242 (32% of max value = 765). Red value is 202 (79.30% from 255 or 83.47% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1315 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1315 is #35ECEA. Grayscale: #4A4A4A. Windows color (decimal): -3534059 or 1381322. OLE color: 1381322.

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

Color convert

RGB 202 19 21 -
CMYK 0 0.91 0.90 0.21
HSL 359.34º 0.83% 0.43% -
HSV(B) 359.34º 0.91% 0.79% -
XYZ 24.73 13.08 1.93 -
YUV 73.95 98.13 219.34 -
System Red Green Blue C M Y K H S L
Decimal 202 19 21 0 0.91 0.90 0.21 359.34 0.83 0.43
Hex CA 13 15 0 5B 5A 15 167 53 2B
Octal 312 23 25 0 133 132 25 547 123 53
Binary 11001010 10011 10101 0 1011011 1011010 10101 101100111 1010011 101011

Color Harmonies of #CA1315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1315

Black with #CA1315

Text Example


Text Example

White with #CA1315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1315; }

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

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

background-color css

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

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

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

border-color css

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

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

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