Html Css Color HEX #CC0848 Crimson

📋 copy color: '#CC0848'

red 204 ◦ green 8 ◦ blue 72

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

Shades of Crimson #CC0848

Tints of Crimson #CC0848

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.82%

 BLUE value IS 72 (28.52% from 255) = 25.35%

R = 71.83%
G = 2.82%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC0848 (or 0xCC0848) is known color: Crimson. HEX triplet: CC, 08 and 48. RGB value is (204,8,72). Sum of RGB (Red+Green+Blue) = 204+8+72=284 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.83% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 72 (28.52% from 255 or 25.35% from 284); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0848 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0848 is #33F7B7. Grayscale: #494949. Windows color (decimal): -3405752 or 4720844. OLE color: 4720844.

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

Color convert

RGB 204 8 72 -
CMYK 0 0.96 0.65 0.2
HSL 340.41º 0.92% 0.42% -
HSV(B) 340.41º 0.96% 0.8% -
XYZ 26.16 13.48 7.35 -
YUV 73.9 126.93 220.8 -
System Red Green Blue C M Y K H S L
Decimal 204 8 72 0 0.96 0.65 0.2 340.41 0.92 0.42
Hex CC 8 48 0 60 41 14 154 5C 2A
Octal 314 10 110 0 140 101 24 524 134 52
Binary 11001100 1000 1001000 0 1100000 1000001 10100 101010100 1011100 101010

Color Harmonies of #CC0848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0848

Black with #CC0848

Text Example


Text Example

White with #CC0848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0848; }

 p { color: rgb(204,8,72); }

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

background-color css

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

 a { background-color: rgb(204,8,72); }

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

border-color css

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

 span { border-color: rgb(204,8,72); }

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