Html Css Color HEX #CB053B Crimson

📋 copy color: '#CB053B'

red 203 ◦ green 5 ◦ blue 59

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

Shades of Crimson #CB053B

Tints of Crimson #CB053B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.1%

R = 76.03%
G = 1.87%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CB053B (or 0xCB053B) is known color: Crimson. HEX triplet: CB, 05 and 3B. RGB value is (203,5,59). Sum of RGB (Red+Green+Blue) = 203+5+59=267 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.03% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 59 (23.44% from 255 or 22.10% from 267); Max value from RGB is 203 - color contains mainly: red. Hex color #CB053B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB053B is #34FAC4. Grayscale: #464646. Windows color (decimal): -3472069 or 3868107. OLE color: 3868107.

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

Color convert

RGB 203 5 59 -
CMYK 0 0.98 0.71 0.20
HSL 343.64º 0.95% 0.41% -
HSV(B) 343.64º 0.98% 0.8% -
XYZ 25.47 13.12 5.33 -
YUV 70.36 121.6 222.61 -
System Red Green Blue C M Y K H S L
Decimal 203 5 59 0 0.98 0.71 0.20 343.64 0.95 0.41
Hex CB 5 3B 0 62 47 14 158 5F 29
Octal 313 5 73 0 142 107 24 530 137 51
Binary 11001011 101 111011 0 1100010 1000111 10100 101011000 1011111 101001

Color Harmonies of #CB053B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB053B

Black with #CB053B

Text Example


Text Example

White with #CB053B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB053B; }

 p { color: rgb(203,5,59); }

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

background-color css

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

 a { background-color: rgb(203,5,59); }

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

border-color css

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

 span { border-color: rgb(203,5,59); }

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