Html Css Color HEX #CC043B Crimson

📋 copy color: '#CC043B'

red 204 ◦ green 4 ◦ blue 59

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

Shades of Crimson #CC043B

Tints of Crimson #CC043B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.1%

R = 76.4%
G = 1.5%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#CC043B (or 0xCC043B) is known color: Crimson. HEX triplet: CC, 04 and 3B. RGB value is (204,4,59). Sum of RGB (Red+Green+Blue) = 204+4+59=267 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.40% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 59 (23.44% from 255 or 22.10% from 267); Max value from RGB is 204 - color contains mainly: red. Hex color #CC043B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC043B is #33FBC4. Grayscale: #464646. Windows color (decimal): -3406789 or 3867852. OLE color: 3867852.

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

Color convert

RGB 204 4 59 -
CMYK 0 0.98 0.71 0.2
HSL 343.5º 0.96% 0.41% -
HSV(B) 343.5º 0.98% 0.8% -
XYZ 25.73 13.24 5.34 -
YUV 70.07 121.76 223.53 -
System Red Green Blue C M Y K H S L
Decimal 204 4 59 0 0.98 0.71 0.2 343.5 0.96 0.41
Hex CC 4 3B 0 62 47 14 158 60 29
Octal 314 4 73 0 142 107 24 530 140 51
Binary 11001100 100 111011 0 1100010 1000111 10100 101011000 1100000 101001

Color Harmonies of #CC043B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC043B

Black with #CC043B

Text Example


Text Example

White with #CC043B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC043B; }

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

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

background-color css

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

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

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

border-color css

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

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

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