Html Css Color HEX #CC0132 Crimson

📋 copy color: '#CC0132'

red 204 ◦ green 1 ◦ blue 50

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

Shades of Crimson #CC0132

Tints of Crimson #CC0132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.61%

R = 80%
G = 0.39%
B = 19.61%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CC0132 (or 0xCC0132) is known color: Crimson. HEX triplet: CC, 01 and 32. RGB value is (204,1,50). Sum of RGB (Red+Green+Blue) = 204+1+50=255 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 50 (19.92% from 255 or 19.61% from 255); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0132 is #33FECD. Grayscale: #434343. Windows color (decimal): -3407566 or 3277260. OLE color: 3277260.

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

Color convert

RGB 204 1 50 -
CMYK 0 1.00 0.75 0.2
HSL 345.52º 0.99% 0.4% -
HSV(B) 345.52º 1% 0.8% -
XYZ 25.49 13.09 4.2 -
YUV 67.28 118.25 225.52 -
System Red Green Blue C M Y K H S L
Decimal 204 1 50 0 1.00 0.75 0.2 345.52 0.99 0.4
Hex CC 1 32 0 64 4B 14 15A 63 28
Octal 314 1 62 0 144 113 24 532 143 50
Binary 11001100 1 110010 0 1100100 1001011 10100 101011010 1100011 101000

Color Harmonies of #CC0132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0132

Black with #CC0132

Text Example


Text Example

White with #CC0132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0132; }

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

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

background-color css

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

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

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

border-color css

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

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

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