Html Css Color HEX #CB0C47 Crimson

📋 copy color: '#CB0C47'

red 203 ◦ green 12 ◦ blue 71

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

Shades of Crimson #CB0C47

Tints of Crimson #CB0C47

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.2%

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

R = 70.98%
G = 4.2%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB0C47 (or 0xCB0C47) is known color: Crimson. HEX triplet: CB, 0C and 47. RGB value is (203,12,71). Sum of RGB (Red+Green+Blue) = 203+12+71=286 (37% of max value = 765). Red value is 203 (79.69% from 255 or 70.98% from 286); Green value is 12 (5.08% from 255 or 4.20% from 286); Blue value is 71 (28.12% from 255 or 24.83% from 286); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0C47 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0C47 is #34F3B8. Grayscale: #4B4B4B. Windows color (decimal): -3470265 or 4656331. OLE color: 4656331.

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

Color convert

RGB 203 12 71 -
CMYK 0 0.94 0.65 0.20
HSL 341.47º 0.89% 0.42% -
HSV(B) 341.47º 0.94% 0.8% -
XYZ 25.9 13.41 7.19 -
YUV 75.84 125.28 218.7 -
System Red Green Blue C M Y K H S L
Decimal 203 12 71 0 0.94 0.65 0.20 341.47 0.89 0.42
Hex CB C 47 0 5E 41 14 155 59 2A
Octal 313 14 107 0 136 101 24 525 131 52
Binary 11001011 1100 1000111 0 1011110 1000001 10100 101010101 1011001 101010

Color Harmonies of #CB0C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0C47

Black with #CB0C47

Text Example


Text Example

White with #CB0C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0C47; }

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

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

background-color css

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

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

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

border-color css

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

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

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