Html Css Color HEX #CC013F Crimson

📋 copy color: '#CC013F'

red 204 ◦ green 1 ◦ blue 63

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

Shades of Crimson #CC013F

Tints of Crimson #CC013F

RGB

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

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

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

R = 76.12%
G = 0.37%
B = 23.51%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC013F (or 0xCC013F) is known color: Crimson. HEX triplet: CC, 01 and 3F. RGB value is (204,1,63). Sum of RGB (Red+Green+Blue) = 204+1+63=268 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.12% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 204 - color contains mainly: red. Hex color #CC013F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC013F is #33FEC0. Grayscale: #444444. Windows color (decimal): -3407553 or 4129228. OLE color: 4129228.

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

Color convert

RGB 204 1 63 -
CMYK 0 1.00 0.69 0.2
HSL 341.67º 0.99% 0.4% -
HSV(B) 341.67º 1% 0.8% -
XYZ 25.81 13.22 5.89 -
YUV 68.77 124.75 224.46 -
System Red Green Blue C M Y K H S L
Decimal 204 1 63 0 1.00 0.69 0.2 341.67 0.99 0.4
Hex CC 1 3F 0 64 45 14 156 63 28
Octal 314 1 77 0 144 105 24 526 143 50
Binary 11001100 1 111111 0 1100100 1000101 10100 101010110 1100011 101000

Color Harmonies of #CC013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC013F

Black with #CC013F

Text Example


Text Example

White with #CC013F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC013F; }

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

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

background-color css

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

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

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

border-color css

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

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

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