Html Css Color HEX #CC0F48 Crimson

📋 copy color: '#CC0F48'

red 204 ◦ green 15 ◦ blue 72

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

Shades of Crimson #CC0F48

Tints of Crimson #CC0F48

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.15%

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

R = 70.1%
G = 5.15%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC0F48 (or 0xCC0F48) is known color: Crimson. HEX triplet: CC, 0F and 48. RGB value is (204,15,72). Sum of RGB (Red+Green+Blue) = 204+15+72=291 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.10% from 291); Green value is 15 (6.25% from 255 or 5.15% from 291); Blue value is 72 (28.52% from 255 or 24.74% from 291); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0F48 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0F48 is #33F0B7. Grayscale: #4D4D4D. Windows color (decimal): -3403960 or 4722636. OLE color: 4722636.

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

Color convert

RGB 204 15 72 -
CMYK 0 0.93 0.65 0.2
HSL 341.9º 0.86% 0.43% -
HSV(B) 341.9º 0.93% 0.8% -
XYZ 26.24 13.65 7.38 -
YUV 78.01 124.62 217.87 -
System Red Green Blue C M Y K H S L
Decimal 204 15 72 0 0.93 0.65 0.2 341.9 0.86 0.43
Hex CC F 48 0 5D 41 14 156 56 2B
Octal 314 17 110 0 135 101 24 526 126 53
Binary 11001100 1111 1001000 0 1011101 1000001 10100 101010110 1010110 101011

Color Harmonies of #CC0F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0F48

Black with #CC0F48

Text Example


Text Example

White with #CC0F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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