Html Css Color HEX #CA0313 Venetian Red

📋 copy color: '#CA0313'

red 202 ◦ green 3 ◦ blue 19

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

Shades of Venetian Red #CA0313

Tints of Venetian Red #CA0313

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.34%

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

R = 90.18%
G = 1.34%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#CA0313 (or 0xCA0313) is known color: Venetian Red. HEX triplet: CA, 03 and 13. RGB value is (202,3,19). Sum of RGB (Red+Green+Blue) = 202+3+19=224 (29% of max value = 765). Red value is 202 (79.30% from 255 or 90.18% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 19 (7.81% from 255 or 8.48% from 224); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0313 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0313 is #35FCEC. Grayscale: #404040. Windows color (decimal): -3538157 or 1246154. OLE color: 1246154.

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

Color convert

RGB 202 3 19 -
CMYK 0 0.99 0.91 0.21
HSL 355.18º 0.97% 0.4% -
HSV(B) 355.18º 0.99% 0.79% -
XYZ 24.51 12.67 1.77 -
YUV 64.33 102.43 226.2 -
System Red Green Blue C M Y K H S L
Decimal 202 3 19 0 0.99 0.91 0.21 355.18 0.97 0.4
Hex CA 3 13 0 63 5B 15 163 61 28
Octal 312 3 23 0 143 133 25 543 141 50
Binary 11001010 11 10011 0 1100011 1011011 10101 101100011 1100001 101000

Color Harmonies of #CA0313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0313

Black with #CA0313

Text Example


Text Example

White with #CA0313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0313; }

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

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

background-color css

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

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

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

border-color css

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

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

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