Html Css Color HEX #CC0938 Crimson

📋 copy color: '#CC0938'

red 204 ◦ green 9 ◦ blue 56

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

Shades of Crimson #CC0938

Tints of Crimson #CC0938

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.35%

 BLUE value IS 56 (22.27% from 255) = 20.82%

R = 75.84%
G = 3.35%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC0938 (or 0xCC0938) is known color: Crimson. HEX triplet: CC, 09 and 38. RGB value is (204,9,56). Sum of RGB (Red+Green+Blue) = 204+9+56=269 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.84% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 56 (22.27% from 255 or 20.82% from 269); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0938 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0938 is #33F6C7. Grayscale: #484848. Windows color (decimal): -3405512 or 3672524. OLE color: 3672524.

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

Color convert

RGB 204 9 56 -
CMYK 0 0.96 0.73 0.2
HSL 345.54º 0.92% 0.42% -
HSV(B) 345.54º 0.96% 0.8% -
XYZ 25.71 13.32 4.96 -
YUV 72.66 118.6 221.68 -
System Red Green Blue C M Y K H S L
Decimal 204 9 56 0 0.96 0.73 0.2 345.54 0.92 0.42
Hex CC 9 38 0 60 49 14 15A 5C 2A
Octal 314 11 70 0 140 111 24 532 134 52
Binary 11001100 1001 111000 0 1100000 1001001 10100 101011010 1011100 101010

Color Harmonies of #CC0938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0938

Black with #CC0938

Text Example


Text Example

White with #CC0938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0938; }

 p { color: rgb(204,9,56); }

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

background-color css

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

 a { background-color: rgb(204,9,56); }

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

border-color css

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

 span { border-color: rgb(204,9,56); }

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