Html Css Color HEX #CC023A Crimson

📋 copy color: '#CC023A'

red 204 ◦ green 2 ◦ blue 58

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

Shades of Crimson #CC023A

Tints of Crimson #CC023A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.97%

R = 77.27%
G = 0.76%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC023A (or 0xCC023A) is known color: Crimson. HEX triplet: CC, 02 and 3A. RGB value is (204,2,58). Sum of RGB (Red+Green+Blue) = 204+2+58=264 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.27% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 58 (23.05% from 255 or 21.97% from 264); Max value from RGB is 204 - color contains mainly: red. Hex color #CC023A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC023A is #33FDC5. Grayscale: #444444. Windows color (decimal): -3407302 or 3801804. OLE color: 3801804.

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

Color convert

RGB 204 2 58 -
CMYK 0 0.99 0.72 0.2
HSL 343.37º 0.98% 0.4% -
HSV(B) 343.37º 0.99% 0.8% -
XYZ 25.69 13.19 5.19 -
YUV 68.78 121.92 224.45 -
System Red Green Blue C M Y K H S L
Decimal 204 2 58 0 0.99 0.72 0.2 343.37 0.98 0.4
Hex CC 2 3A 0 63 48 14 157 62 28
Octal 314 2 72 0 143 110 24 527 142 50
Binary 11001100 10 111010 0 1100011 1001000 10100 101010111 1100010 101000

Color Harmonies of #CC023A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC023A

Black with #CC023A

Text Example


Text Example

White with #CC023A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC023A; }

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

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

background-color css

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

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

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

border-color css

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

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

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