Html Css Color HEX #CA002D Venetian Red

📋 copy color: '#CA002D'

red 202 ◦ green 0 ◦ blue 45

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

Shades of Venetian Red #CA002D

Tints of Venetian Red #CA002D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.22%

R = 81.78%
G = 0%
B = 18.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#CA002D (or 0xCA002D) is known color: Venetian Red. HEX triplet: CA, 00 and 2D. RGB value is (202,0,45). Sum of RGB (Red+Green+Blue) = 202+0+45=247 (32% of max value = 765). Red value is 202 (79.30% from 255 or 81.78% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 45 (17.97% from 255 or 18.22% from 247); Max value from RGB is 202 - color contains mainly: red. Hex color #CA002D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA002D is #35FFD2. Grayscale: #414141. Windows color (decimal): -3538899 or 2949322. OLE color: 2949322.

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

Color convert

RGB 202 0 45 -
CMYK 0 1 0.78 0.21
HSL 346.63º 1% 0.4% -
HSV(B) 346.63º 1% 0.79% -
XYZ 24.83 12.75 3.63 -
YUV 65.53 116.42 225.34 -
System Red Green Blue C M Y K H S L
Decimal 202 0 45 0 1 0.78 0.21 346.63 1 0.4
Hex CA 0 2D 0 64 4E 15 15B 64 28
Octal 312 0 55 0 144 116 25 533 144 50
Binary 11001010 0 101101 0 1100100 1001110 10101 101011011 1100100 101000

Color Harmonies of #CA002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA002D

Black with #CA002D

Text Example


Text Example

White with #CA002D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA002D; }

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

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

background-color css

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

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

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

border-color css

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

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

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