Html Css Color HEX #CC023F Crimson

📋 copy color: '#CC023F'

red 204 ◦ green 2 ◦ blue 63

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

Shades of Crimson #CC023F

Tints of Crimson #CC023F

RGB

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

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

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

R = 75.84%
G = 0.74%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC023F (or 0xCC023F) is known color: Crimson. HEX triplet: CC, 02 and 3F. RGB value is (204,2,63). Sum of RGB (Red+Green+Blue) = 204+2+63=269 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.84% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 63 (25% from 255 or 23.42% from 269); Max value from RGB is 204 - color contains mainly: red. Hex color #CC023F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC023F is #33FDC0. Grayscale: #454545. Windows color (decimal): -3407297 or 4129484. OLE color: 4129484.

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

Color convert

RGB 204 2 63 -
CMYK 0 0.99 0.69 0.2
HSL 341.88º 0.98% 0.4% -
HSV(B) 341.88º 0.99% 0.8% -
XYZ 25.82 13.24 5.9 -
YUV 69.35 124.42 224.04 -
System Red Green Blue C M Y K H S L
Decimal 204 2 63 0 0.99 0.69 0.2 341.88 0.98 0.4
Hex CC 2 3F 0 63 45 14 156 62 28
Octal 314 2 77 0 143 105 24 526 142 50
Binary 11001100 10 111111 0 1100011 1000101 10100 101010110 1100010 101000

Color Harmonies of #CC023F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC023F

Black with #CC023F

Text Example


Text Example

White with #CC023F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC023F; }

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

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

background-color css

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

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

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

border-color css

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

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

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