Html Css Color HEX #CC0131 Crimson

📋 copy color: '#CC0131'

red 204 ◦ green 1 ◦ blue 49

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

Shades of Crimson #CC0131

Tints of Crimson #CC0131

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 49 (19.53% from 255) = 19.29%

R = 80.31%
G = 0.39%
B = 19.29%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CC0131 (or 0xCC0131) is known color: Crimson. HEX triplet: CC, 01 and 31. RGB value is (204,1,49). Sum of RGB (Red+Green+Blue) = 204+1+49=254 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.31% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 49 (19.53% from 255 or 19.29% from 254); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0131 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0131 is #33FECE. Grayscale: #434343. Windows color (decimal): -3407567 or 3211724. OLE color: 3211724.

HSL color Cylindrical-coordinate representation of color #CC0131: hue angle of 345.81º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC0131 is Cyan = 0, Magento = 1.00, Yellow = 0.76 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 1 49 -
CMYK 0 1.00 0.76 0.2
HSL 345.81º 0.99% 0.4% -
HSV(B) 345.81º 1% 0.8% -
XYZ 25.47 13.08 4.09 -
YUV 67.17 117.75 225.6 -
System Red Green Blue C M Y K H S L
Decimal 204 1 49 0 1.00 0.76 0.2 345.81 0.99 0.4
Hex CC 1 31 0 64 4C 14 15A 63 28
Octal 314 1 61 0 144 114 24 532 143 50
Binary 11001100 1 110001 0 1100100 1001100 10100 101011010 1100011 101000

Color Harmonies of #CC0131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0131

Black with #CC0131

Text Example


Text Example

White with #CC0131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0131; }

 p { color: rgb(204,1,49); }

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

background-color css

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

 a { background-color: rgb(204,1,49); }

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

border-color css

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

 span { border-color: rgb(204,1,49); }

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