Html Css Color HEX #CA0028 Venetian Red

📋 copy color: '#CA0028'

red 202 ◦ green 0 ◦ blue 40

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

Shades of Venetian Red #CA0028

Tints of Venetian Red #CA0028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.53%

R = 83.47%
G = 0%
B = 16.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CA0028 (or 0xCA0028) is known color: Venetian Red. HEX triplet: CA, 00 and 28. RGB value is (202,0,40). Sum of RGB (Red+Green+Blue) = 202+0+40=242 (32% of max value = 765). Red value is 202 (79.30% from 255 or 83.47% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 40 (16.02% from 255 or 16.53% from 242); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0028 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0028 is #35FFD7. Grayscale: #414141. Windows color (decimal): -3538904 or 2621642. OLE color: 2621642.

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

Color convert

RGB 202 0 40 -
CMYK 0 1 0.80 0.21
HSL 348.12º 1% 0.4% -
HSV(B) 348.12º 1% 0.79% -
XYZ 24.74 12.71 3.16 -
YUV 64.96 113.92 225.75 -
System Red Green Blue C M Y K H S L
Decimal 202 0 40 0 1 0.80 0.21 348.12 1 0.4
Hex CA 0 28 0 64 50 15 15C 64 28
Octal 312 0 50 0 144 120 25 534 144 50
Binary 11001010 0 101000 0 1100100 1010000 10101 101011100 1100100 101000

Color Harmonies of #CA0028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0028

Black with #CA0028

Text Example


Text Example

White with #CA0028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0028; }

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

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

background-color css

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

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

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

border-color css

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

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

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