Html Css Color HEX #CC013A Crimson

📋 copy color: '#CC013A'

red 204 ◦ green 1 ◦ blue 58

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

Shades of Crimson #CC013A

Tints of Crimson #CC013A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 77.57%
G = 0.38%
B = 22.05%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC013A (or 0xCC013A) is known color: Crimson. HEX triplet: CC, 01 and 3A. RGB value is (204,1,58). Sum of RGB (Red+Green+Blue) = 204+1+58=263 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.57% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 58 (23.05% from 255 or 22.05% from 263); Max value from RGB is 204 - color contains mainly: red. Hex color #CC013A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC013A is #33FEC5. Grayscale: #444444. Windows color (decimal): -3407558 or 3801548. OLE color: 3801548.

HSL color Cylindrical-coordinate representation of color #CC013A: hue angle of 343.15º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC013A is Cyan = 0, Magento = 1.00, Yellow = 0.72 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 1 58 -
CMYK 0 1.00 0.72 0.2
HSL 343.15º 0.99% 0.4% -
HSV(B) 343.15º 1% 0.8% -
XYZ 25.68 13.16 5.19 -
YUV 68.2 122.25 224.87 -
System Red Green Blue C M Y K H S L
Decimal 204 1 58 0 1.00 0.72 0.2 343.15 0.99 0.4
Hex CC 1 3A 0 64 48 14 157 63 28
Octal 314 1 72 0 144 110 24 527 143 50
Binary 11001100 1 111010 0 1100100 1001000 10100 101010111 1100011 101000

Color Harmonies of #CC013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC013A

Black with #CC013A

Text Example


Text Example

White with #CC013A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC013A; }

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

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

background-color css

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

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

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

border-color css

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

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

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