Html Css Color HEX #CA0124 Venetian Red

📋 copy color: '#CA0124'

red 202 ◦ green 1 ◦ blue 36

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

Shades of Venetian Red #CA0124

Tints of Venetian Red #CA0124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 15.06%

R = 84.52%
G = 0.42%
B = 15.06%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#CA0124 (or 0xCA0124) is known color: Venetian Red. HEX triplet: CA, 01 and 24. RGB value is (202,1,36). Sum of RGB (Red+Green+Blue) = 202+1+36=239 (31% of max value = 765). Red value is 202 (79.30% from 255 or 84.52% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 36 (14.45% from 255 or 15.06% from 239); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0124 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0124 is #35FEDB. Grayscale: #414141. Windows color (decimal): -3538652 or 2359754. OLE color: 2359754.

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

Color convert

RGB 202 1 36 -
CMYK 0 1.00 0.82 0.21
HSL 349.55º 0.99% 0.4% -
HSV(B) 349.55º 1% 0.79% -
XYZ 24.69 12.71 2.82 -
YUV 65.09 111.59 225.65 -
System Red Green Blue C M Y K H S L
Decimal 202 1 36 0 1.00 0.82 0.21 349.55 0.99 0.4
Hex CA 1 24 0 64 52 15 15E 63 28
Octal 312 1 44 0 144 122 25 536 143 50
Binary 11001010 1 100100 0 1100100 1010010 10101 101011110 1100011 101000

Color Harmonies of #CA0124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0124

Black with #CA0124

Text Example


Text Example

White with #CA0124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0124; }

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

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

background-color css

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

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

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

border-color css

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

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

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