Html Css Color HEX #CC0537 Crimson

📋 copy color: '#CC0537'

red 204 ◦ green 5 ◦ blue 55

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

Shades of Crimson #CC0537

Tints of Crimson #CC0537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 20.83%

R = 77.27%
G = 1.89%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC0537 (or 0xCC0537) is known color: Crimson. HEX triplet: CC, 05 and 37. RGB value is (204,5,55). Sum of RGB (Red+Green+Blue) = 204+5+55=264 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.27% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 55 (21.88% from 255 or 20.83% from 264); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0537 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0537 is #33FAC8. Grayscale: #464646. Windows color (decimal): -3406537 or 3605964. OLE color: 3605964.

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

Color convert

RGB 204 5 55 -
CMYK 0 0.98 0.73 0.2
HSL 344.92º 0.95% 0.41% -
HSV(B) 344.92º 0.98% 0.8% -
XYZ 25.65 13.22 4.81 -
YUV 70.2 119.43 223.43 -
System Red Green Blue C M Y K H S L
Decimal 204 5 55 0 0.98 0.73 0.2 344.92 0.95 0.41
Hex CC 5 37 0 62 49 14 159 5F 29
Octal 314 5 67 0 142 111 24 531 137 51
Binary 11001100 101 110111 0 1100010 1001001 10100 101011001 1011111 101001

Color Harmonies of #CC0537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0537

Black with #CC0537

Text Example


Text Example

White with #CC0537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0537; }

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

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

background-color css

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

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

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

border-color css

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

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

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