Html Css Color HEX #CC0841 Crimson

📋 copy color: '#CC0841'

red 204 ◦ green 8 ◦ blue 65

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

Shades of Crimson #CC0841

Tints of Crimson #CC0841

RGB

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

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

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

R = 73.65%
G = 2.89%
B = 23.47%

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

#CC0841 (or 0xCC0841) is known color: Crimson. HEX triplet: CC, 08 and 41. RGB value is (204,8,65). Sum of RGB (Red+Green+Blue) = 204+8+65=277 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.65% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0841 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0841 is #33F7BE. Grayscale: #494949. Windows color (decimal): -3405759 or 4262092. OLE color: 4262092.

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

Color convert

RGB 204 8 65 -
CMYK 0 0.96 0.68 0.2
HSL 342.55º 0.92% 0.42% -
HSV(B) 342.55º 0.96% 0.8% -
XYZ 25.94 13.39 6.22 -
YUV 73.1 123.43 221.37 -
System Red Green Blue C M Y K H S L
Decimal 204 8 65 0 0.96 0.68 0.2 342.55 0.92 0.42
Hex CC 8 41 0 60 44 14 157 5C 2A
Octal 314 10 101 0 140 104 24 527 134 52
Binary 11001100 1000 1000001 0 1100000 1000100 10100 101010111 1011100 101010

Color Harmonies of #CC0841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0841

Black with #CC0841

Text Example


Text Example

White with #CC0841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0841; }

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

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

background-color css

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

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

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

border-color css

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

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

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