Html Css Color HEX #CA0015 Venetian Red

📋 copy color: '#CA0015'

red 202 ◦ green 0 ◦ blue 21

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

Shades of Venetian Red #CA0015

Tints of Venetian Red #CA0015

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 90.58%
G = 0%
B = 9.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CA0015 (or 0xCA0015) is known color: Venetian Red. HEX triplet: CA, 00 and 15. RGB value is (202,0,21). Sum of RGB (Red+Green+Blue) = 202+0+21=223 (29% of max value = 765). Red value is 202 (79.30% from 255 or 90.58% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 21 (8.59% from 255 or 9.42% from 223); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0015 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0015 is #35FFEA. Grayscale: #3E3E3E. Windows color (decimal): -3538923 or 1376458. OLE color: 1376458.

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

Color convert

RGB 202 0 21 -
CMYK 0 1 0.90 0.21
HSL 353.76º 1% 0.4% -
HSV(B) 353.76º 1% 0.79% -
XYZ 24.49 12.61 1.85 -
YUV 62.79 104.42 227.29 -
System Red Green Blue C M Y K H S L
Decimal 202 0 21 0 1 0.90 0.21 353.76 1 0.4
Hex CA 0 15 0 64 5A 15 162 64 28
Octal 312 0 25 0 144 132 25 542 144 50
Binary 11001010 0 10101 0 1100100 1011010 10101 101100010 1100100 101000

Color Harmonies of #CA0015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0015

Black with #CA0015

Text Example


Text Example

White with #CA0015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0015; }

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

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

background-color css

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

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

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

border-color css

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

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

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