Html Css Color HEX #CA051D Venetian Red

📋 copy color: '#CA051D'

red 202 ◦ green 5 ◦ blue 29

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

Shades of Venetian Red #CA051D

Tints of Venetian Red #CA051D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.12%

 BLUE value IS 29 (11.72% from 255) = 12.29%

R = 85.59%
G = 2.12%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#CA051D (or 0xCA051D) is known color: Venetian Red. HEX triplet: CA, 05 and 1D. RGB value is (202,5,29). Sum of RGB (Red+Green+Blue) = 202+5+29=236 (31% of max value = 765). Red value is 202 (79.30% from 255 or 85.59% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 29 (11.72% from 255 or 12.29% from 236); Max value from RGB is 202 - color contains mainly: red. Hex color #CA051D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA051D is #35FAE2. Grayscale: #424242. Windows color (decimal): -3537635 or 1902026. OLE color: 1902026.

HSL color Cylindrical-coordinate representation of color #CA051D: hue angle of 352.69º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA051D is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 5 29 -
CMYK 0 0.98 0.86 0.21
HSL 352.69º 0.95% 0.41% -
HSV(B) 352.69º 0.98% 0.79% -
XYZ 24.63 12.75 2.33 -
YUV 66.64 106.77 224.55 -
System Red Green Blue C M Y K H S L
Decimal 202 5 29 0 0.98 0.86 0.21 352.69 0.95 0.41
Hex CA 5 1D 0 62 56 15 161 5F 29
Octal 312 5 35 0 142 126 25 541 137 51
Binary 11001010 101 11101 0 1100010 1010110 10101 101100001 1011111 101001

Color Harmonies of #CA051D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA051D

Black with #CA051D

Text Example


Text Example

White with #CA051D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA051D; }

 p { color: rgb(202,5,29); }

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

background-color css

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

 a { background-color: rgb(202,5,29); }

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

border-color css

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

 span { border-color: rgb(202,5,29); }

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