Html Css Color HEX #CC0142 Crimson

📋 copy color: '#CC0142'

red 204 ◦ green 1 ◦ blue 66

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

Shades of Crimson #CC0142

Tints of Crimson #CC0142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24.35%

R = 75.28%
G = 0.37%
B = 24.35%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC0142 (or 0xCC0142) is known color: Crimson. HEX triplet: CC, 01 and 42. RGB value is (204,1,66). Sum of RGB (Red+Green+Blue) = 204+1+66=271 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.28% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 66 (26.17% from 255 or 24.35% from 271); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0142 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0142 is #33FEBD. Grayscale: #454545. Windows color (decimal): -3407550 or 4325836. OLE color: 4325836.

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

Color convert

RGB 204 1 66 -
CMYK 0 1.00 0.68 0.2
HSL 340.79º 0.99% 0.4% -
HSV(B) 340.79º 1% 0.8% -
XYZ 25.9 13.25 6.35 -
YUV 69.11 126.25 224.21 -
System Red Green Blue C M Y K H S L
Decimal 204 1 66 0 1.00 0.68 0.2 340.79 0.99 0.4
Hex CC 1 42 0 64 44 14 155 63 28
Octal 314 1 102 0 144 104 24 525 143 50
Binary 11001100 1 1000010 0 1100100 1000100 10100 101010101 1100011 101000

Color Harmonies of #CC0142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0142

Black with #CC0142

Text Example


Text Example

White with #CC0142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0142; }

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

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

background-color css

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

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

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

border-color css

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

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

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