Html Css Color HEX #CA0315 Venetian Red

📋 copy color: '#CA0315'

red 202 ◦ green 3 ◦ blue 21

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

Shades of Venetian Red #CA0315

Tints of Venetian Red #CA0315

RGB

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

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

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

R = 89.38%
G = 1.33%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CA0315 (or 0xCA0315) is known color: Venetian Red. HEX triplet: CA, 03 and 15. RGB value is (202,3,21). Sum of RGB (Red+Green+Blue) = 202+3+21=226 (29% of max value = 765). Red value is 202 (79.30% from 255 or 89.38% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 21 (8.59% from 255 or 9.29% from 226); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0315 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0315 is #35FCEA. Grayscale: #404040. Windows color (decimal): -3538155 or 1377226. OLE color: 1377226.

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

Color convert

RGB 202 3 21 -
CMYK 0 0.99 0.90 0.21
HSL 354.57º 0.97% 0.4% -
HSV(B) 354.57º 0.99% 0.79% -
XYZ 24.53 12.68 1.86 -
YUV 64.55 103.43 226.04 -
System Red Green Blue C M Y K H S L
Decimal 202 3 21 0 0.99 0.90 0.21 354.57 0.97 0.4
Hex CA 3 15 0 63 5A 15 163 61 28
Octal 312 3 25 0 143 132 25 543 141 50
Binary 11001010 11 10101 0 1100011 1011010 10101 101100011 1100001 101000

Color Harmonies of #CA0315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0315

Black with #CA0315

Text Example


Text Example

White with #CA0315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0315; }

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

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

background-color css

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

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

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

border-color css

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

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

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