Html Css Color HEX #CC0349 Crimson

📋 copy color: '#CC0349'

red 204 ◦ green 3 ◦ blue 73

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

Shades of Crimson #CC0349

Tints of Crimson #CC0349

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.07%

 BLUE value IS 73 (28.91% from 255) = 26.07%

R = 72.86%
G = 1.07%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC0349 (or 0xCC0349) is known color: Crimson. HEX triplet: CC, 03 and 49. RGB value is (204,3,73). Sum of RGB (Red+Green+Blue) = 204+3+73=280 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.86% from 280); Green value is 3 (1.56% from 255 or 1.07% from 280); Blue value is 73 (28.91% from 255 or 26.07% from 280); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0349 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0349 is #33FCB6. Grayscale: #474747. Windows color (decimal): -3407031 or 4785100. OLE color: 4785100.

HSL color Cylindrical-coordinate representation of color #CC0349: hue angle of 339.1º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC0349 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 3 73 -
CMYK 0 0.99 0.64 0.2
HSL 339.1º 0.97% 0.41% -
HSV(B) 339.1º 0.99% 0.8% -
XYZ 26.14 13.38 7.51 -
YUV 71.08 129.09 222.81 -
System Red Green Blue C M Y K H S L
Decimal 204 3 73 0 0.99 0.64 0.2 339.1 0.97 0.41
Hex CC 3 49 0 63 40 14 153 61 29
Octal 314 3 111 0 143 100 24 523 141 51
Binary 11001100 11 1001001 0 1100011 1000000 10100 101010011 1100001 101001

Color Harmonies of #CC0349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0349

Black with #CC0349

Text Example


Text Example

White with #CC0349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0349; }

 p { color: rgb(204,3,73); }

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

background-color css

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

 a { background-color: rgb(204,3,73); }

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

border-color css

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

 span { border-color: rgb(204,3,73); }

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