Html Css Color HEX #CA004A Razzmatazz

📋 copy color: '#CA004A'

red 202 ◦ green 0 ◦ blue 74

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

Shades of Razzmatazz #CA004A

Tints of Razzmatazz #CA004A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.81%

R = 73.19%
G = 0%
B = 26.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA004A (or 0xCA004A) is known color: Razzmatazz. HEX triplet: CA, 00 and 4A. RGB value is (202,0,74). Sum of RGB (Red+Green+Blue) = 202+0+74=276 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.19% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 202 - color contains mainly: red. Hex color #CA004A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA004A is #35FFB5. Grayscale: #444444. Windows color (decimal): -3538870 or 4849866. OLE color: 4849866.

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

Color convert

RGB 202 0 74 -
CMYK 0 1 0.63 0.21
HSL 338.02º 1% 0.4% -
HSV(B) 338.02º 1% 0.79% -
XYZ 25.59 13.05 7.65 -
YUV 68.83 130.92 222.98 -
System Red Green Blue C M Y K H S L
Decimal 202 0 74 0 1 0.63 0.21 338.02 1 0.4
Hex CA 0 4A 0 64 3F 15 152 64 28
Octal 312 0 112 0 144 77 25 522 144 50
Binary 11001010 0 1001010 0 1100100 111111 10101 101010010 1100100 101000

Color Harmonies of #CA004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA004A

Black with #CA004A

Text Example


Text Example

White with #CA004A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA004A; }

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

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

background-color css

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

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

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

border-color css

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

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

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