Html Css Color HEX #CB0E47 Crimson

📋 copy color: '#CB0E47'

red 203 ◦ green 14 ◦ blue 71

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

Shades of Crimson #CB0E47

Tints of Crimson #CB0E47

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.86%

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

R = 70.49%
G = 4.86%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB0E47 (or 0xCB0E47) is known color: Crimson. HEX triplet: CB, 0E and 47. RGB value is (203,14,71). Sum of RGB (Red+Green+Blue) = 203+14+71=288 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.49% from 288); Green value is 14 (5.86% from 255 or 4.86% from 288); Blue value is 71 (28.12% from 255 or 24.65% from 288); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0E47 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0E47 is #34F1B8. Grayscale: #4C4C4C. Windows color (decimal): -3469753 or 4656843. OLE color: 4656843.

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

Color convert

RGB 203 14 71 -
CMYK 0 0.93 0.65 0.20
HSL 341.9º 0.87% 0.43% -
HSV(B) 341.9º 0.93% 0.8% -
XYZ 25.92 13.47 7.19 -
YUV 77.01 124.62 217.87 -
System Red Green Blue C M Y K H S L
Decimal 203 14 71 0 0.93 0.65 0.20 341.9 0.87 0.43
Hex CB E 47 0 5D 41 14 156 57 2B
Octal 313 16 107 0 135 101 24 526 127 53
Binary 11001011 1110 1000111 0 1011101 1000001 10100 101010110 1010111 101011

Color Harmonies of #CB0E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0E47

Black with #CB0E47

Text Example


Text Example

White with #CB0E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0E47; }

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

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

background-color css

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

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

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

border-color css

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

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

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