Html Css Color HEX #CA014B Razzmatazz

📋 copy color: '#CA014B'

red 202 ◦ green 1 ◦ blue 75

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

Shades of Razzmatazz #CA014B

Tints of Razzmatazz #CA014B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 75 (29.69% from 255) = 26.98%

R = 72.66%
G = 0.36%
B = 26.98%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA014B (or 0xCA014B) is known color: Razzmatazz. HEX triplet: CA, 01 and 4B. RGB value is (202,1,75). Sum of RGB (Red+Green+Blue) = 202+1+75=278 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.66% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 202 - color contains mainly: red. Hex color #CA014B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA014B is #35FEB4. Grayscale: #454545. Windows color (decimal): -3538613 or 4915658. OLE color: 4915658.

HSL color Cylindrical-coordinate representation of color #CA014B: hue angle of 337.91º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA014B is Cyan = 0, Magento = 1.00, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 1 75 -
CMYK 0 1.00 0.63 0.21
HSL 337.91º 0.99% 0.4% -
HSV(B) 337.91º 1% 0.79% -
XYZ 25.64 13.09 7.83 -
YUV 69.54 131.09 222.48 -
System Red Green Blue C M Y K H S L
Decimal 202 1 75 0 1.00 0.63 0.21 337.91 0.99 0.4
Hex CA 1 4B 0 64 3F 15 152 63 28
Octal 312 1 113 0 144 77 25 522 143 50
Binary 11001010 1 1001011 0 1100100 111111 10101 101010010 1100011 101000

Color Harmonies of #CA014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA014B

Black with #CA014B

Text Example


Text Example

White with #CA014B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA014B; }

 p { color: rgb(202,1,75); }

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

background-color css

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

 a { background-color: rgb(202,1,75); }

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

border-color css

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

 span { border-color: rgb(202,1,75); }

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