Html Css Color HEX #CA0553 Razzmatazz

📋 copy color: '#CA0553'

red 202 ◦ green 5 ◦ blue 83

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

Shades of Razzmatazz #CA0553

Tints of Razzmatazz #CA0553

RGB

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

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

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

R = 69.66%
G = 1.72%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#CA0553 (or 0xCA0553) is known color: Razzmatazz. HEX triplet: CA, 05 and 53. RGB value is (202,5,83). Sum of RGB (Red+Green+Blue) = 202+5+83=290 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.66% from 290); Green value is 5 (2.34% from 255 or 1.72% from 290); Blue value is 83 (32.81% from 255 or 28.62% from 290); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0553 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0553 is #35FAAC. Grayscale: #484848. Windows color (decimal): -3537581 or 5440970. OLE color: 5440970.

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

Color convert

RGB 202 5 83 -
CMYK 0 0.98 0.59 0.21
HSL 336.24º 0.95% 0.41% -
HSV(B) 336.24º 0.98% 0.79% -
XYZ 25.97 13.29 9.38 -
YUV 72.8 133.77 220.16 -
System Red Green Blue C M Y K H S L
Decimal 202 5 83 0 0.98 0.59 0.21 336.24 0.95 0.41
Hex CA 5 53 0 62 3B 15 150 5F 29
Octal 312 5 123 0 142 73 25 520 137 51
Binary 11001010 101 1010011 0 1100010 111011 10101 101010000 1011111 101001

Color Harmonies of #CA0553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0553

Black with #CA0553

Text Example


Text Example

White with #CA0553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0553; }

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

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

background-color css

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

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

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

border-color css

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

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

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