Html Css Color HEX #CB0447 Crimson

📋 copy color: '#CB0447'

red 203 ◦ green 4 ◦ blue 71

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

Shades of Crimson #CB0447

Tints of Crimson #CB0447

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.44%

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

R = 73.02%
G = 1.44%
B = 25.54%

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

#CB0447 (or 0xCB0447) is known color: Crimson. HEX triplet: CB, 04 and 47. RGB value is (203,4,71). Sum of RGB (Red+Green+Blue) = 203+4+71=278 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.02% from 278); Green value is 4 (1.95% from 255 or 1.44% from 278); Blue value is 71 (28.12% from 255 or 25.54% from 278); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0447 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0447 is #34FBB8. Grayscale: #474747. Windows color (decimal): -3472313 or 4654283. OLE color: 4654283.

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

Color convert

RGB 203 4 71 -
CMYK 0 0.98 0.65 0.20
HSL 339.8º 0.96% 0.41% -
HSV(B) 339.8º 0.98% 0.8% -
XYZ 25.81 13.24 7.16 -
YUV 71.14 127.93 222.05 -
System Red Green Blue C M Y K H S L
Decimal 203 4 71 0 0.98 0.65 0.20 339.8 0.96 0.41
Hex CB 4 47 0 62 41 14 154 60 29
Octal 313 4 107 0 142 101 24 524 140 51
Binary 11001011 100 1000111 0 1100010 1000001 10100 101010100 1100000 101001

Color Harmonies of #CB0447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0447

Black with #CB0447

Text Example


Text Example

White with #CB0447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0447; }

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

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

background-color css

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

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

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

border-color css

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

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

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