Html Css Color HEX #CA0118 Venetian Red

📋 copy color: '#CA0118'

red 202 ◦ green 1 ◦ blue 24

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

Shades of Venetian Red #CA0118

Tints of Venetian Red #CA0118

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

 BLUE value IS 24 (9.77% from 255) = 10.57%

R = 88.99%
G = 0.44%
B = 10.57%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CA0118 (or 0xCA0118) is known color: Venetian Red. HEX triplet: CA, 01 and 18. RGB value is (202,1,24). Sum of RGB (Red+Green+Blue) = 202+1+24=227 (30% of max value = 765). Red value is 202 (79.30% from 255 or 88.99% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 24 (9.77% from 255 or 10.57% from 227); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0118 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0118 is #35FEE7. Grayscale: #3F3F3F. Windows color (decimal): -3538664 or 1573322. OLE color: 1573322.

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

Color convert

RGB 202 1 24 -
CMYK 0 1.00 0.88 0.21
HSL 353.13º 0.99% 0.4% -
HSV(B) 353.13º 1% 0.79% -
XYZ 24.53 12.64 2.01 -
YUV 63.72 105.59 226.63 -
System Red Green Blue C M Y K H S L
Decimal 202 1 24 0 1.00 0.88 0.21 353.13 0.99 0.4
Hex CA 1 18 0 64 58 15 161 63 28
Octal 312 1 30 0 144 130 25 541 143 50
Binary 11001010 1 11000 0 1100100 1011000 10101 101100001 1100011 101000

Color Harmonies of #CA0118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0118

Black with #CA0118

Text Example


Text Example

White with #CA0118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0118; }

 p { color: rgb(202,1,24); }

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

background-color css

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

 a { background-color: rgb(202,1,24); }

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

border-color css

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

 span { border-color: rgb(202,1,24); }

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