Html Css Color HEX #CC0930 Crimson

📋 copy color: '#CC0930'

red 204 ◦ green 9 ◦ blue 48

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

Shades of Crimson #CC0930

Tints of Crimson #CC0930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.39%

R = 78.16%
G = 3.45%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CC0930 (or 0xCC0930) is known color: Crimson. HEX triplet: CC, 09 and 30. RGB value is (204,9,48). Sum of RGB (Red+Green+Blue) = 204+9+48=261 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.16% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 48 (19.14% from 255 or 18.39% from 261); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0930 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0930 is #33F6CF. Grayscale: #474747. Windows color (decimal): -3405520 or 3148236. OLE color: 3148236.

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

Color convert

RGB 204 9 48 -
CMYK 0 0.96 0.76 0.2
HSL 348º 0.92% 0.42% -
HSV(B) 348º 0.96% 0.8% -
XYZ 25.53 13.25 4.01 -
YUV 71.75 114.6 222.33 -
System Red Green Blue C M Y K H S L
Decimal 204 9 48 0 0.96 0.76 0.2 348 0.92 0.42
Hex CC 9 30 0 60 4C 14 15C 5C 2A
Octal 314 11 60 0 140 114 24 534 134 52
Binary 11001100 1001 110000 0 1100000 1001100 10100 101011100 1011100 101010

Color Harmonies of #CC0930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0930

Black with #CC0930

Text Example


Text Example

White with #CC0930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0930; }

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

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

background-color css

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

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

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

border-color css

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

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

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