Html Css Color HEX #CA0255 Razzmatazz

📋 copy color: '#CA0255'

red 202 ◦ green 2 ◦ blue 85

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

Shades of Razzmatazz #CA0255

Tints of Razzmatazz #CA0255

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.69%

 BLUE value IS 85 (33.59% from 255) = 29.41%

R = 69.9%
G = 0.69%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#CA0255 (or 0xCA0255) is known color: Razzmatazz. HEX triplet: CA, 02 and 55. RGB value is (202,2,85). Sum of RGB (Red+Green+Blue) = 202+2+85=289 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.90% from 289); Green value is 2 (1.17% from 255 or 0.69% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0255 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0255 is #35FDAA. Grayscale: #474747. Windows color (decimal): -3538347 or 5571274. OLE color: 5571274.

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

Color convert

RGB 202 2 85 -
CMYK 0 0.99 0.58 0.21
HSL 335.1º 0.98% 0.4% -
HSV(B) 335.1º 0.99% 0.79% -
XYZ 26.02 13.26 9.78 -
YUV 71.26 135.76 221.25 -
System Red Green Blue C M Y K H S L
Decimal 202 2 85 0 0.99 0.58 0.21 335.1 0.98 0.4
Hex CA 2 55 0 63 3A 15 14F 62 28
Octal 312 2 125 0 143 72 25 517 142 50
Binary 11001010 10 1010101 0 1100011 111010 10101 101001111 1100010 101000

Color Harmonies of #CA0255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0255

Black with #CA0255

Text Example


Text Example

White with #CA0255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0255; }

 p { color: rgb(202,2,85); }

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

background-color css

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

 a { background-color: rgb(202,2,85); }

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

border-color css

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

 span { border-color: rgb(202,2,85); }

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