Html Css Color HEX #CC0C35 Crimson

📋 copy color: '#CC0C35'

red 204 ◦ green 12 ◦ blue 53

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

Shades of Crimson #CC0C35

Tints of Crimson #CC0C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.7%

R = 75.84%
G = 4.46%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CC0C35 (or 0xCC0C35) is known color: Crimson. HEX triplet: CC, 0C and 35. RGB value is (204,12,53). Sum of RGB (Red+Green+Blue) = 204+12+53=269 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.84% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 53 (21.09% from 255 or 19.70% from 269); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0C35 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0C35 is #33F3CA. Grayscale: #4A4A4A. Windows color (decimal): -3404747 or 3476684. OLE color: 3476684.

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

Color convert

RGB 204 12 53 -
CMYK 0 0.94 0.74 0.2
HSL 347.19º 0.89% 0.42% -
HSV(B) 347.19º 0.94% 0.8% -
XYZ 25.68 13.36 4.59 -
YUV 74.08 116.11 220.67 -
System Red Green Blue C M Y K H S L
Decimal 204 12 53 0 0.94 0.74 0.2 347.19 0.89 0.42
Hex CC C 35 0 5E 4A 14 15B 59 2A
Octal 314 14 65 0 136 112 24 533 131 52
Binary 11001100 1100 110101 0 1011110 1001010 10100 101011011 1011001 101010

Color Harmonies of #CC0C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0C35

Black with #CC0C35

Text Example


Text Example

White with #CC0C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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