Html Css Color HEX #CB053A Crimson

📋 copy color: '#CB053A'

red 203 ◦ green 5 ◦ blue 58

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

Shades of Crimson #CB053A

Tints of Crimson #CB053A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.8%

R = 76.32%
G = 1.88%
B = 21.8%

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

#CB053A (or 0xCB053A) is known color: Crimson. HEX triplet: CB, 05 and 3A. RGB value is (203,5,58). Sum of RGB (Red+Green+Blue) = 203+5+58=266 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.32% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 203 - color contains mainly: red. Hex color #CB053A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB053A is #34FAC5. Grayscale: #464646. Windows color (decimal): -3472070 or 3802571. OLE color: 3802571.

HSL color Cylindrical-coordinate representation of color #CB053A: hue angle of 343.94º 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 #CB053A is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 5 58 -
CMYK 0 0.98 0.71 0.20
HSL 343.94º 0.95% 0.41% -
HSV(B) 343.94º 0.98% 0.8% -
XYZ 25.45 13.11 5.19 -
YUV 70.24 121.1 222.69 -
System Red Green Blue C M Y K H S L
Decimal 203 5 58 0 0.98 0.71 0.20 343.94 0.95 0.41
Hex CB 5 3A 0 62 47 14 158 5F 29
Octal 313 5 72 0 142 107 24 530 137 51
Binary 11001011 101 111010 0 1100010 1000111 10100 101011000 1011111 101001

Color Harmonies of #CB053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB053A

Black with #CB053A

Text Example


Text Example

White with #CB053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB053A; }

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

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

background-color css

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

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

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

border-color css

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

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

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