Html Css Color HEX #CC0B47 Crimson

📋 copy color: '#CC0B47'

red 204 ◦ green 11 ◦ blue 71

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

Shades of Crimson #CC0B47

Tints of Crimson #CC0B47

RGB

 RED value IS 204 (80.08% from 255) = 71.33%

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

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

R = 71.33%
G = 3.85%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC0B47 (or 0xCC0B47) is known color: Crimson. HEX triplet: CC, 0B and 47. RGB value is (204,11,71). Sum of RGB (Red+Green+Blue) = 204+11+71=286 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.33% from 286); Green value is 11 (4.69% from 255 or 3.85% from 286); Blue value is 71 (28.12% from 255 or 24.83% from 286); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0B47 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0B47 is #33F4B8. Grayscale: #4B4B4B. Windows color (decimal): -3404985 or 4656076. OLE color: 4656076.

HSL color Cylindrical-coordinate representation of color #CC0B47: hue angle of 341.35º 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 #CC0B47 is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 11 71 -
CMYK 0 0.95 0.65 0.2
HSL 341.35º 0.9% 0.42% -
HSV(B) 341.35º 0.95% 0.8% -
XYZ 26.16 13.53 7.19 -
YUV 75.55 125.44 219.62 -
System Red Green Blue C M Y K H S L
Decimal 204 11 71 0 0.95 0.65 0.2 341.35 0.9 0.42
Hex CC B 47 0 5F 41 14 155 5A 2A
Octal 314 13 107 0 137 101 24 525 132 52
Binary 11001100 1011 1000111 0 1011111 1000001 10100 101010101 1011010 101010

Color Harmonies of #CC0B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0B47

Black with #CC0B47

Text Example


Text Example

White with #CC0B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0B47; }

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

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

background-color css

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

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

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

border-color css

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

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

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