Html Css Color HEX #CC023E Crimson

📋 copy color: '#CC023E'

red 204 ◦ green 2 ◦ blue 62

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

Shades of Crimson #CC023E

Tints of Crimson #CC023E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.13%

R = 76.12%
G = 0.75%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CC023E (or 0xCC023E) is known color: Crimson. HEX triplet: CC, 02 and 3E. RGB value is (204,2,62). Sum of RGB (Red+Green+Blue) = 204+2+62=268 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.12% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 62 (24.61% from 255 or 23.13% from 268); Max value from RGB is 204 - color contains mainly: red. Hex color #CC023E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC023E is #33FDC1. Grayscale: #454545. Windows color (decimal): -3407298 or 4063948. OLE color: 4063948.

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

Color convert

RGB 204 2 62 -
CMYK 0 0.99 0.70 0.2
HSL 342.18º 0.98% 0.4% -
HSV(B) 342.18º 0.99% 0.8% -
XYZ 25.79 13.23 5.75 -
YUV 69.24 123.92 224.12 -
System Red Green Blue C M Y K H S L
Decimal 204 2 62 0 0.99 0.70 0.2 342.18 0.98 0.4
Hex CC 2 3E 0 63 46 14 156 62 28
Octal 314 2 76 0 143 106 24 526 142 50
Binary 11001100 10 111110 0 1100011 1000110 10100 101010110 1100010 101000

Color Harmonies of #CC023E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC023E

Black with #CC023E

Text Example


Text Example

White with #CC023E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC023E; }

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

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

background-color css

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

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

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

border-color css

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

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

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