Html Css Color HEX #CA0053 Razzmatazz

📋 copy color: '#CA0053'

red 202 ◦ green 0 ◦ blue 83

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

Shades of Razzmatazz #CA0053

Tints of Razzmatazz #CA0053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 29.12%

R = 70.88%
G = 0%
B = 29.12%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#CA0053 (or 0xCA0053) is known color: Razzmatazz. HEX triplet: CA, 00 and 53. RGB value is (202,0,83). Sum of RGB (Red+Green+Blue) = 202+0+83=285 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.88% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 83 (32.81% from 255 or 29.12% from 285); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0053 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0053 is #35FFAC. Grayscale: #454545. Windows color (decimal): -3538861 or 5439690. OLE color: 5439690.

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

Color convert

RGB 202 0 83 -
CMYK 0 1 0.59 0.21
HSL 335.35º 1% 0.4% -
HSV(B) 335.35º 1% 0.79% -
XYZ 25.92 13.18 9.36 -
YUV 69.86 135.42 222.25 -
System Red Green Blue C M Y K H S L
Decimal 202 0 83 0 1 0.59 0.21 335.35 1 0.4
Hex CA 0 53 0 64 3B 15 14F 64 28
Octal 312 0 123 0 144 73 25 517 144 50
Binary 11001010 0 1010011 0 1100100 111011 10101 101001111 1100100 101000

Color Harmonies of #CA0053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0053

Black with #CA0053

Text Example


Text Example

White with #CA0053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0053; }

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

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

background-color css

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

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

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

border-color css

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

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

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