Html Css Color HEX #CC043F Crimson

📋 copy color: '#CC043F'

red 204 ◦ green 4 ◦ blue 63

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

Shades of Crimson #CC043F

Tints of Crimson #CC043F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.48%

 BLUE value IS 63 (25% from 255) = 23.25%

R = 75.28%
G = 1.48%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC043F (or 0xCC043F) is known color: Crimson. HEX triplet: CC, 04 and 3F. RGB value is (204,4,63). Sum of RGB (Red+Green+Blue) = 204+4+63=271 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.28% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 63 (25% from 255 or 23.25% from 271); Max value from RGB is 204 - color contains mainly: red. Hex color #CC043F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC043F is #33FBC0. Grayscale: #464646. Windows color (decimal): -3406785 or 4129996. OLE color: 4129996.

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

Color convert

RGB 204 4 63 -
CMYK 0 0.98 0.69 0.2
HSL 342.3º 0.96% 0.41% -
HSV(B) 342.3º 0.98% 0.8% -
XYZ 25.84 13.28 5.9 -
YUV 70.53 123.76 223.2 -
System Red Green Blue C M Y K H S L
Decimal 204 4 63 0 0.98 0.69 0.2 342.3 0.96 0.41
Hex CC 4 3F 0 62 45 14 156 60 29
Octal 314 4 77 0 142 105 24 526 140 51
Binary 11001100 100 111111 0 1100010 1000101 10100 101010110 1100000 101001

Color Harmonies of #CC043F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC043F

Black with #CC043F

Text Example


Text Example

White with #CC043F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC043F; }

 p { color: rgb(204,4,63); }

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

background-color css

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

 a { background-color: rgb(204,4,63); }

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

border-color css

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

 span { border-color: rgb(204,4,63); }

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