Html Css Color HEX #CC053A Crimson

📋 copy color: '#CC053A'

red 204 ◦ green 5 ◦ blue 58

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

Shades of Crimson #CC053A

Tints of Crimson #CC053A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.72%

R = 76.4%
G = 1.87%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC053A (or 0xCC053A) is known color: Crimson. HEX triplet: CC, 05 and 3A. RGB value is (204,5,58). Sum of RGB (Red+Green+Blue) = 204+5+58=267 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.40% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 58 (23.05% from 255 or 21.72% from 267); Max value from RGB is 204 - color contains mainly: red. Hex color #CC053A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC053A is #33FAC5. Grayscale: #464646. Windows color (decimal): -3406534 or 3802572. OLE color: 3802572.

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

Color convert

RGB 204 5 58 -
CMYK 0 0.98 0.72 0.2
HSL 344.02º 0.95% 0.41% -
HSV(B) 344.02º 0.98% 0.8% -
XYZ 25.72 13.25 5.21 -
YUV 70.54 120.93 223.19 -
System Red Green Blue C M Y K H S L
Decimal 204 5 58 0 0.98 0.72 0.2 344.02 0.95 0.41
Hex CC 5 3A 0 62 48 14 158 5F 29
Octal 314 5 72 0 142 110 24 530 137 51
Binary 11001100 101 111010 0 1100010 1001000 10100 101011000 1011111 101001

Color Harmonies of #CC053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC053A

Black with #CC053A

Text Example


Text Example

White with #CC053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC053A; }

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

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

background-color css

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

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

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

border-color css

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

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

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