Html Css Color HEX #CC0C3A Crimson

📋 copy color: '#CC0C3A'

red 204 ◦ green 12 ◦ blue 58

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

Shades of Crimson #CC0C3A

Tints of Crimson #CC0C3A

RGB

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

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

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

R = 74.45%
G = 4.38%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC0C3A (or 0xCC0C3A) is known color: Crimson. HEX triplet: CC, 0C and 3A. RGB value is (204,12,58). Sum of RGB (Red+Green+Blue) = 204+12+58=274 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.45% from 274); Green value is 12 (5.08% from 255 or 4.38% from 274); Blue value is 58 (23.05% from 255 or 21.17% from 274); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0C3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0C3A is #33F3C5. Grayscale: #4A4A4A. Windows color (decimal): -3404742 or 3804364. OLE color: 3804364.

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

Color convert

RGB 204 12 58 -
CMYK 0 0.94 0.72 0.2
HSL 345.63º 0.89% 0.42% -
HSV(B) 345.63º 0.94% 0.8% -
XYZ 25.8 13.41 5.23 -
YUV 74.65 118.61 220.26 -
System Red Green Blue C M Y K H S L
Decimal 204 12 58 0 0.94 0.72 0.2 345.63 0.89 0.42
Hex CC C 3A 0 5E 48 14 15A 59 2A
Octal 314 14 72 0 136 110 24 532 131 52
Binary 11001100 1100 111010 0 1011110 1001000 10100 101011010 1011001 101010

Color Harmonies of #CC0C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0C3A

Black with #CC0C3A

Text Example


Text Example

White with #CC0C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0C3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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