Html Css Color HEX #CA0018 Venetian Red

📋 copy color: '#CA0018'

red 202 ◦ green 0 ◦ blue 24

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

Shades of Venetian Red #CA0018

Tints of Venetian Red #CA0018

RGB

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

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

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

R = 89.38%
G = 0%
B = 10.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CA0018 (or 0xCA0018) is known color: Venetian Red. HEX triplet: CA, 00 and 18. RGB value is (202,0,24). Sum of RGB (Red+Green+Blue) = 202+0+24=226 (29% of max value = 765). Red value is 202 (79.30% from 255 or 89.38% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 24 (9.77% from 255 or 10.62% from 226); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0018 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0018 is #35FFE7. Grayscale: #3F3F3F. Windows color (decimal): -3538920 or 1573066. OLE color: 1573066.

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

Color convert

RGB 202 0 24 -
CMYK 0 1 0.88 0.21
HSL 352.87º 1% 0.4% -
HSV(B) 352.87º 1% 0.79% -
XYZ 24.52 12.62 2.01 -
YUV 63.13 105.92 227.05 -
System Red Green Blue C M Y K H S L
Decimal 202 0 24 0 1 0.88 0.21 352.87 1 0.4
Hex CA 0 18 0 64 58 15 161 64 28
Octal 312 0 30 0 144 130 25 541 144 50
Binary 11001010 0 11000 0 1100100 1011000 10101 101100001 1100100 101000

Color Harmonies of #CA0018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0018

Black with #CA0018

Text Example


Text Example

White with #CA0018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0018; }

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

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

background-color css

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

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

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

border-color css

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

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

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