Html Css Color HEX #CA0527 Venetian Red

📋 copy color: '#CA0527'

red 202 ◦ green 5 ◦ blue 39

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

Shades of Venetian Red #CA0527

Tints of Venetian Red #CA0527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.85%

R = 82.11%
G = 2.03%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#CA0527 (or 0xCA0527) is known color: Venetian Red. HEX triplet: CA, 05 and 27. RGB value is (202,5,39). Sum of RGB (Red+Green+Blue) = 202+5+39=246 (32% of max value = 765). Red value is 202 (79.30% from 255 or 82.11% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 39 (15.62% from 255 or 15.85% from 246); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0527 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0527 is #35FAD8. Grayscale: #434343. Windows color (decimal): -3537625 or 2557386. OLE color: 2557386.

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

Color convert

RGB 202 5 39 -
CMYK 0 0.98 0.81 0.21
HSL 349.64º 0.95% 0.41% -
HSV(B) 349.64º 0.98% 0.79% -
XYZ 24.78 12.81 3.09 -
YUV 67.78 111.77 223.74 -
System Red Green Blue C M Y K H S L
Decimal 202 5 39 0 0.98 0.81 0.21 349.64 0.95 0.41
Hex CA 5 27 0 62 51 15 15E 5F 29
Octal 312 5 47 0 142 121 25 536 137 51
Binary 11001010 101 100111 0 1100010 1010001 10101 101011110 1011111 101001

Color Harmonies of #CA0527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0527

Black with #CA0527

Text Example


Text Example

White with #CA0527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0527; }

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

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

background-color css

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

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

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

border-color css

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

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

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