Html Css Color HEX #CC0541 Crimson

📋 copy color: '#CC0541'

red 204 ◦ green 5 ◦ blue 65

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

Shades of Crimson #CC0541

Tints of Crimson #CC0541

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.82%

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

R = 74.45%
G = 1.82%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC0541 (or 0xCC0541) is known color: Crimson. HEX triplet: CC, 05 and 41. RGB value is (204,5,65). Sum of RGB (Red+Green+Blue) = 204+5+65=274 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.45% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 65 (25.78% from 255 or 23.72% from 274); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0541 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0541 is #33FABE. Grayscale: #474747. Windows color (decimal): -3406527 or 4261324. OLE color: 4261324.

HSL color Cylindrical-coordinate representation of color #CC0541: hue angle of 341.91º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC0541 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 5 65 -
CMYK 0 0.98 0.68 0.2
HSL 341.91º 0.95% 0.41% -
HSV(B) 341.91º 0.98% 0.8% -
XYZ 25.91 13.33 6.21 -
YUV 71.34 124.43 222.62 -
System Red Green Blue C M Y K H S L
Decimal 204 5 65 0 0.98 0.68 0.2 341.91 0.95 0.41
Hex CC 5 41 0 62 44 14 156 5F 29
Octal 314 5 101 0 142 104 24 526 137 51
Binary 11001100 101 1000001 0 1100010 1000100 10100 101010110 1011111 101001

Color Harmonies of #CC0541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0541

Black with #CC0541

Text Example


Text Example

White with #CC0541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0541; }

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

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

background-color css

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

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

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

border-color css

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

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

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