Html Css Color HEX #CC0941 Crimson

📋 copy color: '#CC0941'

red 204 ◦ green 9 ◦ blue 65

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

Shades of Crimson #CC0941

Tints of Crimson #CC0941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.38%

R = 73.38%
G = 3.24%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC0941 (or 0xCC0941) is known color: Crimson. HEX triplet: CC, 09 and 41. RGB value is (204,9,65). Sum of RGB (Red+Green+Blue) = 204+9+65=278 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.38% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0941 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0941 is #33F6BE. Grayscale: #494949. Windows color (decimal): -3405503 or 4262348. OLE color: 4262348.

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

Color convert

RGB 204 9 65 -
CMYK 0 0.96 0.68 0.2
HSL 342.77º 0.92% 0.42% -
HSV(B) 342.77º 0.96% 0.8% -
XYZ 25.95 13.41 6.22 -
YUV 73.69 123.1 220.95 -
System Red Green Blue C M Y K H S L
Decimal 204 9 65 0 0.96 0.68 0.2 342.77 0.92 0.42
Hex CC 9 41 0 60 44 14 157 5C 2A
Octal 314 11 101 0 140 104 24 527 134 52
Binary 11001100 1001 1000001 0 1100000 1000100 10100 101010111 1011100 101010

Color Harmonies of #CC0941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0941

Black with #CC0941

Text Example


Text Example

White with #CC0941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0941; }

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

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

background-color css

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

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

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

border-color css

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

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

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