Html Css Color HEX #CB0547 Crimson

📋 copy color: '#CB0547'

red 203 ◦ green 5 ◦ blue 71

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

Shades of Crimson #CB0547

Tints of Crimson #CB0547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 25.45%

R = 72.76%
G = 1.79%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB0547 (or 0xCB0547) is known color: Crimson. HEX triplet: CB, 05 and 47. RGB value is (203,5,71). Sum of RGB (Red+Green+Blue) = 203+5+71=279 (36% of max value = 765). Red value is 203 (79.69% from 255 or 72.76% from 279); Green value is 5 (2.34% from 255 or 1.79% from 279); Blue value is 71 (28.12% from 255 or 25.45% from 279); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0547 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0547 is #34FAB8. Grayscale: #474747. Windows color (decimal): -3472057 or 4654539. OLE color: 4654539.

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

Color convert

RGB 203 5 71 -
CMYK 0 0.98 0.65 0.20
HSL 340º 0.95% 0.41% -
HSV(B) 340º 0.98% 0.8% -
XYZ 25.82 13.26 7.16 -
YUV 71.73 127.6 221.63 -
System Red Green Blue C M Y K H S L
Decimal 203 5 71 0 0.98 0.65 0.20 340 0.95 0.41
Hex CB 5 47 0 62 41 14 154 5F 29
Octal 313 5 107 0 142 101 24 524 137 51
Binary 11001011 101 1000111 0 1100010 1000001 10100 101010100 1011111 101001

Color Harmonies of #CB0547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0547

Black with #CB0547

Text Example


Text Example

White with #CB0547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0547; }

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

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

background-color css

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

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

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

border-color css

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

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

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