Html Css Color HEX #CC0242 Crimson

📋 copy color: '#CC0242'

red 204 ◦ green 2 ◦ blue 66

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

Shades of Crimson #CC0242

Tints of Crimson #CC0242

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.74%

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

R = 75%
G = 0.74%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC0242 (or 0xCC0242) is known color: Crimson. HEX triplet: CC, 02 and 42. RGB value is (204,2,66). Sum of RGB (Red+Green+Blue) = 204+2+66=272 (36% of max value = 765). Red value is 204 (80.08% from 255 or 75% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 66 (26.17% from 255 or 24.26% from 272); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0242 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0242 is #33FDBD. Grayscale: #454545. Windows color (decimal): -3407294 or 4326092. OLE color: 4326092.

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

Color convert

RGB 204 2 66 -
CMYK 0 0.99 0.68 0.2
HSL 340.99º 0.98% 0.4% -
HSV(B) 340.99º 0.99% 0.8% -
XYZ 25.91 13.27 6.35 -
YUV 69.69 125.92 223.8 -
System Red Green Blue C M Y K H S L
Decimal 204 2 66 0 0.99 0.68 0.2 340.99 0.98 0.4
Hex CC 2 42 0 63 44 14 155 62 28
Octal 314 2 102 0 143 104 24 525 142 50
Binary 11001100 10 1000010 0 1100011 1000100 10100 101010101 1100010 101000

Color Harmonies of #CC0242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0242

Black with #CC0242

Text Example


Text Example

White with #CC0242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0242; }

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

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

background-color css

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

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

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

border-color css

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

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

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