Html Css Color HEX #CB0253 Razzmatazz

📋 copy color: '#CB0253'

red 203 ◦ green 2 ◦ blue 83

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

Shades of Razzmatazz #CB0253

Tints of Razzmatazz #CB0253

RGB

 RED value IS 203 (79.69% from 255) = 70.49%

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

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

R = 70.49%
G = 0.69%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#CB0253 (or 0xCB0253) is known color: Razzmatazz. HEX triplet: CB, 02 and 53. RGB value is (203,2,83). Sum of RGB (Red+Green+Blue) = 203+2+83=288 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.49% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 83 (32.81% from 255 or 28.82% from 288); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0253 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0253 is #34FDAC. Grayscale: #474747. Windows color (decimal): -3472813 or 5440203. OLE color: 5440203.

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

Color convert

RGB 203 2 83 -
CMYK 0 0.99 0.59 0.20
HSL 335.82º 0.98% 0.4% -
HSV(B) 335.82º 0.99% 0.8% -
XYZ 26.21 13.36 9.38 -
YUV 71.33 134.59 221.91 -
System Red Green Blue C M Y K H S L
Decimal 203 2 83 0 0.99 0.59 0.20 335.82 0.98 0.4
Hex CB 2 53 0 63 3B 14 150 62 28
Octal 313 2 123 0 143 73 24 520 142 50
Binary 11001011 10 1010011 0 1100011 111011 10100 101010000 1100010 101000

Color Harmonies of #CB0253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0253

Black with #CB0253

Text Example


Text Example

White with #CB0253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0253; }

 p { color: rgb(203,2,83); }

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

background-color css

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

 a { background-color: rgb(203,2,83); }

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

border-color css

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

 span { border-color: rgb(203,2,83); }

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