Html Css Color HEX #CC124D Crimson

📋 copy color: '#CC124D'

red 204 ◦ green 18 ◦ blue 77

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

Shades of Crimson #CC124D

Tints of Crimson #CC124D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.02%

 BLUE value IS 77 (30.47% from 255) = 25.75%

R = 68.23%
G = 6.02%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CC124D (or 0xCC124D) is known color: Crimson. HEX triplet: CC, 12 and 4D. RGB value is (204,18,77). Sum of RGB (Red+Green+Blue) = 204+18+77=299 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.23% from 299); Green value is 18 (7.42% from 255 or 6.02% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 204 - color contains mainly: red. Hex color #CC124D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC124D is #33EDB2. Grayscale: #505050. Windows color (decimal): -3403187 or 5051084. OLE color: 5051084.

HSL color Cylindrical-coordinate representation of color #CC124D: hue angle of 340.97º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC124D is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 18 77 -
CMYK 0 0.91 0.62 0.2
HSL 340.97º 0.84% 0.44% -
HSV(B) 340.97º 0.91% 0.8% -
XYZ 26.46 13.81 8.29 -
YUV 80.34 126.12 216.2 -
System Red Green Blue C M Y K H S L
Decimal 204 18 77 0 0.91 0.62 0.2 340.97 0.84 0.44
Hex CC 12 4D 0 5B 3E 14 155 54 2C
Octal 314 22 115 0 133 76 24 525 124 54
Binary 11001100 10010 1001101 0 1011011 111110 10100 101010101 1010100 101100

Color Harmonies of #CC124D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC124D

Black with #CC124D

Text Example


Text Example

White with #CC124D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC124D; }

 p { color: rgb(204,18,77); }

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

background-color css

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

 a { background-color: rgb(204,18,77); }

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

border-color css

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

 span { border-color: rgb(204,18,77); }

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