Html Css Color HEX #CC043D Crimson

📋 copy color: '#CC043D'

red 204 ◦ green 4 ◦ blue 61

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

Shades of Crimson #CC043D

Tints of Crimson #CC043D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.68%

R = 75.84%
G = 1.49%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CC043D (or 0xCC043D) is known color: Crimson. HEX triplet: CC, 04 and 3D. RGB value is (204,4,61). Sum of RGB (Red+Green+Blue) = 204+4+61=269 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.84% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 61 (24.22% from 255 or 22.68% from 269); Max value from RGB is 204 - color contains mainly: red. Hex color #CC043D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC043D is #33FBC2. Grayscale: #464646. Windows color (decimal): -3406787 or 3998924. OLE color: 3998924.

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

Color convert

RGB 204 4 61 -
CMYK 0 0.98 0.70 0.2
HSL 342.9º 0.96% 0.41% -
HSV(B) 342.9º 0.98% 0.8% -
XYZ 25.79 13.26 5.62 -
YUV 70.3 122.76 223.37 -
System Red Green Blue C M Y K H S L
Decimal 204 4 61 0 0.98 0.70 0.2 342.9 0.96 0.41
Hex CC 4 3D 0 62 46 14 157 60 29
Octal 314 4 75 0 142 106 24 527 140 51
Binary 11001100 100 111101 0 1100010 1000110 10100 101010111 1100000 101001

Color Harmonies of #CC043D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC043D

Black with #CC043D

Text Example


Text Example

White with #CC043D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC043D; }

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

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

background-color css

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

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

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

border-color css

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

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

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