Html Css Color HEX #CB0047 Crimson

📋 copy color: '#CB0047'

red 203 ◦ green 0 ◦ blue 71

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

Shades of Crimson #CB0047

Tints of Crimson #CB0047

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 74.09%
G = 0%
B = 25.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB0047 (or 0xCB0047) is known color: Crimson. HEX triplet: CB, 00 and 47. RGB value is (203,0,71). Sum of RGB (Red+Green+Blue) = 203+0+71=274 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.09% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 71 (28.12% from 255 or 25.91% from 274); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0047 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0047 is #34FFB8. Grayscale: #444444. Windows color (decimal): -3473337 or 4653259. OLE color: 4653259.

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

Color convert

RGB 203 0 71 -
CMYK 0 1 0.65 0.20
HSL 339.01º 1% 0.4% -
HSV(B) 339.01º 1% 0.8% -
XYZ 25.77 13.15 7.14 -
YUV 68.79 129.25 223.73 -
System Red Green Blue C M Y K H S L
Decimal 203 0 71 0 1 0.65 0.20 339.01 1 0.4
Hex CB 0 47 0 64 41 14 153 64 28
Octal 313 0 107 0 144 101 24 523 144 50
Binary 11001011 0 1000111 0 1100100 1000001 10100 101010011 1100100 101000

Color Harmonies of #CB0047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0047

Black with #CB0047

Text Example


Text Example

White with #CB0047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0047; }

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

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

background-color css

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

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

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

border-color css

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

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

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