Html Css Color HEX #CC023D Crimson

📋 copy color: '#CC023D'

red 204 ◦ green 2 ◦ blue 61

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

Shades of Crimson #CC023D

Tints of Crimson #CC023D

RGB

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

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

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

R = 76.4%
G = 0.75%
B = 22.85%

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

#CC023D (or 0xCC023D) is known color: Crimson. HEX triplet: CC, 02 and 3D. RGB value is (204,2,61). Sum of RGB (Red+Green+Blue) = 204+2+61=267 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.40% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 61 (24.22% from 255 or 22.85% from 267); Max value from RGB is 204 - color contains mainly: red. Hex color #CC023D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC023D is #33FDC2. Grayscale: #454545. Windows color (decimal): -3407299 or 3998412. OLE color: 3998412.

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

Color convert

RGB 204 2 61 -
CMYK 0 0.99 0.70 0.2
HSL 342.48º 0.98% 0.4% -
HSV(B) 342.48º 0.99% 0.8% -
XYZ 25.77 13.22 5.61 -
YUV 69.12 123.42 224.2 -
System Red Green Blue C M Y K H S L
Decimal 204 2 61 0 0.99 0.70 0.2 342.48 0.98 0.4
Hex CC 2 3D 0 63 46 14 156 62 28
Octal 314 2 75 0 143 106 24 526 142 50
Binary 11001100 10 111101 0 1100011 1000110 10100 101010110 1100010 101000

Color Harmonies of #CC023D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC023D

Black with #CC023D

Text Example


Text Example

White with #CC023D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC023D; }

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

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

background-color css

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

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

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

border-color css

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

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

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