Html Css Color HEX #CC052F Crimson

📋 copy color: '#CC052F'

red 204 ◦ green 5 ◦ blue 47

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

Shades of Crimson #CC052F

Tints of Crimson #CC052F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.36%

R = 79.69%
G = 1.95%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC052F (or 0xCC052F) is known color: Crimson. HEX triplet: CC, 05 and 2F. RGB value is (204,5,47). Sum of RGB (Red+Green+Blue) = 204+5+47=256 (33% of max value = 765). Red value is 204 (80.08% from 255 or 79.69% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 204 - color contains mainly: red. Hex color #CC052F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC052F is #33FAD0. Grayscale: #454545. Windows color (decimal): -3406545 or 3081676. OLE color: 3081676.

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

Color convert

RGB 204 5 47 -
CMYK 0 0.98 0.77 0.2
HSL 347.34º 0.95% 0.41% -
HSV(B) 347.34º 0.98% 0.8% -
XYZ 25.47 13.15 3.89 -
YUV 69.29 115.43 224.08 -
System Red Green Blue C M Y K H S L
Decimal 204 5 47 0 0.98 0.77 0.2 347.34 0.95 0.41
Hex CC 5 2F 0 62 4D 14 15B 5F 29
Octal 314 5 57 0 142 115 24 533 137 51
Binary 11001100 101 101111 0 1100010 1001101 10100 101011011 1011111 101001

Color Harmonies of #CC052F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC052F

Black with #CC052F

Text Example


Text Example

White with #CC052F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC052F; }

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

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

background-color css

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

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

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

border-color css

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

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

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