Html Css Color HEX #CC0C41 Crimson

📋 copy color: '#CC0C41'

red 204 ◦ green 12 ◦ blue 65

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

Shades of Crimson #CC0C41

Tints of Crimson #CC0C41

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.27%

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

R = 72.6%
G = 4.27%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC0C41 (or 0xCC0C41) is known color: Crimson. HEX triplet: CC, 0C and 41. RGB value is (204,12,65). Sum of RGB (Red+Green+Blue) = 204+12+65=281 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.60% from 281); Green value is 12 (5.08% from 255 or 4.27% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0C41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0C41 is #33F3BE. Grayscale: #4B4B4B. Windows color (decimal): -3404735 or 4263116. OLE color: 4263116.

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

Color convert

RGB 204 12 65 -
CMYK 0 0.94 0.68 0.2
HSL 343.44º 0.89% 0.42% -
HSV(B) 343.44º 0.94% 0.8% -
XYZ 25.99 13.48 6.23 -
YUV 75.45 122.11 219.69 -
System Red Green Blue C M Y K H S L
Decimal 204 12 65 0 0.94 0.68 0.2 343.44 0.89 0.42
Hex CC C 41 0 5E 44 14 157 59 2A
Octal 314 14 101 0 136 104 24 527 131 52
Binary 11001100 1100 1000001 0 1011110 1000100 10100 101010111 1011001 101010

Color Harmonies of #CC0C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0C41

Black with #CC0C41

Text Example


Text Example

White with #CC0C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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