Html Css Color HEX #CC0B3C Crimson

📋 copy color: '#CC0B3C'

red 204 ◦ green 11 ◦ blue 60

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

Shades of Crimson #CC0B3C

Tints of Crimson #CC0B3C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4%

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

R = 74.18%
G = 4%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#CC0B3C (or 0xCC0B3C) is known color: Crimson. HEX triplet: CC, 0B and 3C. RGB value is (204,11,60). Sum of RGB (Red+Green+Blue) = 204+11+60=275 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.18% from 275); Green value is 11 (4.69% from 255 or 4% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0B3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0B3C is #33F4C3. Grayscale: #4A4A4A. Windows color (decimal): -3404996 or 3935180. OLE color: 3935180.

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

Color convert

RGB 204 11 60 -
CMYK 0 0.95 0.71 0.2
HSL 344.77º 0.9% 0.42% -
HSV(B) 344.77º 0.95% 0.8% -
XYZ 25.84 13.4 5.5 -
YUV 74.29 119.94 220.52 -
System Red Green Blue C M Y K H S L
Decimal 204 11 60 0 0.95 0.71 0.2 344.77 0.9 0.42
Hex CC B 3C 0 5F 47 14 159 5A 2A
Octal 314 13 74 0 137 107 24 531 132 52
Binary 11001100 1011 111100 0 1011111 1000111 10100 101011001 1011010 101010

Color Harmonies of #CC0B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0B3C

Black with #CC0B3C

Text Example


Text Example

White with #CC0B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0B3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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