Html Css Color HEX #CA1015 Venetian Red

📋 copy color: '#CA1015'

red 202 ◦ green 16 ◦ blue 21

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

Shades of Venetian Red #CA1015

Tints of Venetian Red #CA1015

RGB

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

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

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

R = 84.52%
G = 6.69%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CA1015 (or 0xCA1015) is known color: Venetian Red. HEX triplet: CA, 10 and 15. RGB value is (202,16,21). Sum of RGB (Red+Green+Blue) = 202+16+21=239 (31% of max value = 765). Red value is 202 (79.30% from 255 or 84.52% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 21 (8.59% from 255 or 8.79% from 239); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1015 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1015 is #35EFEA. Grayscale: #484848. Windows color (decimal): -3534827 or 1380554. OLE color: 1380554.

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

Color convert

RGB 202 16 21 -
CMYK 0 0.92 0.90 0.21
HSL 358.39º 0.85% 0.43% -
HSV(B) 358.39º 0.92% 0.79% -
XYZ 24.68 12.98 1.91 -
YUV 72.18 99.12 220.59 -
System Red Green Blue C M Y K H S L
Decimal 202 16 21 0 0.92 0.90 0.21 358.39 0.85 0.43
Hex CA 10 15 0 5C 5A 15 166 55 2B
Octal 312 20 25 0 134 132 25 546 125 53
Binary 11001010 10000 10101 0 1011100 1011010 10101 101100110 1010101 101011

Color Harmonies of #CA1015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1015

Black with #CA1015

Text Example


Text Example

White with #CA1015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1015; }

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

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

background-color css

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

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

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

border-color css

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

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

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