Html Css Color HEX #CA1013 Venetian Red

📋 copy color: '#CA1013'

red 202 ◦ green 16 ◦ blue 19

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

Shades of Venetian Red #CA1013

Tints of Venetian Red #CA1013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.02%

R = 85.23%
G = 6.75%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#CA1013 (or 0xCA1013) is known color: Venetian Red. HEX triplet: CA, 10 and 13. RGB value is (202,16,19). Sum of RGB (Red+Green+Blue) = 202+16+19=237 (31% of max value = 765). Red value is 202 (79.30% from 255 or 85.23% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 19 (7.81% from 255 or 8.02% from 237); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1013 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1013 is #35EFEC. Grayscale: #484848. Windows color (decimal): -3534829 or 1249482. OLE color: 1249482.

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

Color convert

RGB 202 16 19 -
CMYK 0 0.92 0.91 0.21
HSL 359.03º 0.85% 0.43% -
HSV(B) 359.03º 0.92% 0.79% -
XYZ 24.66 12.97 1.82 -
YUV 71.96 98.12 220.76 -
System Red Green Blue C M Y K H S L
Decimal 202 16 19 0 0.92 0.91 0.21 359.03 0.85 0.43
Hex CA 10 13 0 5C 5B 15 167 55 2B
Octal 312 20 23 0 134 133 25 547 125 53
Binary 11001010 10000 10011 0 1011100 1011011 10101 101100111 1010101 101011

Color Harmonies of #CA1013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1013

Black with #CA1013

Text Example


Text Example

White with #CA1013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1013; }

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

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

background-color css

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

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

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

border-color css

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

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

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