Html Css Color HEX #CC0F3C Crimson

📋 copy color: '#CC0F3C'

red 204 ◦ green 15 ◦ blue 60

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

Shades of Crimson #CC0F3C

Tints of Crimson #CC0F3C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.38%

 BLUE value IS 60 (23.83% from 255) = 21.51%

R = 73.12%
G = 5.38%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#CC0F3C (or 0xCC0F3C) is known color: Crimson. HEX triplet: CC, 0F and 3C. RGB value is (204,15,60). Sum of RGB (Red+Green+Blue) = 204+15+60=279 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.12% from 279); Green value is 15 (6.25% from 255 or 5.38% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0F3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0F3C is #33F0C3. Grayscale: #4C4C4C. Windows color (decimal): -3403972 or 3936204. OLE color: 3936204.

HSL color Cylindrical-coordinate representation of color #CC0F3C: hue angle of 345.71º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC0F3C is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 15 60 -
CMYK 0 0.93 0.71 0.2
HSL 345.71º 0.86% 0.43% -
HSV(B) 345.71º 0.93% 0.8% -
XYZ 25.89 13.51 5.52 -
YUV 76.64 118.62 218.84 -
System Red Green Blue C M Y K H S L
Decimal 204 15 60 0 0.93 0.71 0.2 345.71 0.86 0.43
Hex CC F 3C 0 5D 47 14 15A 56 2B
Octal 314 17 74 0 135 107 24 532 126 53
Binary 11001100 1111 111100 0 1011101 1000111 10100 101011010 1010110 101011

Color Harmonies of #CC0F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0F3C

Black with #CC0F3C

Text Example


Text Example

White with #CC0F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0F3C; }

 p { color: rgb(204,15,60); }

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

background-color css

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

 a { background-color: rgb(204,15,60); }

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

border-color css

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

 span { border-color: rgb(204,15,60); }

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