Html Css Color HEX #CB0B47 Crimson

📋 copy color: '#CB0B47'

red 203 ◦ green 11 ◦ blue 71

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

Shades of Crimson #CB0B47

Tints of Crimson #CB0B47

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.86%

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

R = 71.23%
G = 3.86%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB0B47 (or 0xCB0B47) is known color: Crimson. HEX triplet: CB, 0B and 47. RGB value is (203,11,71). Sum of RGB (Red+Green+Blue) = 203+11+71=285 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.23% from 285); Green value is 11 (4.69% from 255 or 3.86% from 285); Blue value is 71 (28.12% from 255 or 24.91% from 285); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0B47 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0B47 is #34F4B8. Grayscale: #4B4B4B. Windows color (decimal): -3470521 or 4656075. OLE color: 4656075.

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

Color convert

RGB 203 11 71 -
CMYK 0 0.95 0.65 0.20
HSL 341.25º 0.9% 0.42% -
HSV(B) 341.25º 0.95% 0.8% -
XYZ 25.89 13.39 7.18 -
YUV 75.25 125.61 219.12 -
System Red Green Blue C M Y K H S L
Decimal 203 11 71 0 0.95 0.65 0.20 341.25 0.9 0.42
Hex CB B 47 0 5F 41 14 155 5A 2A
Octal 313 13 107 0 137 101 24 525 132 52
Binary 11001011 1011 1000111 0 1011111 1000001 10100 101010101 1011010 101010

Color Harmonies of #CB0B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0B47

Black with #CB0B47

Text Example


Text Example

White with #CB0B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0B47; }

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

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

background-color css

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

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

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

border-color css

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

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

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