Html Css Color HEX #CC013B Crimson

📋 copy color: '#CC013B'

red 204 ◦ green 1 ◦ blue 59

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

Shades of Crimson #CC013B

Tints of Crimson #CC013B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.35%

R = 77.27%
G = 0.38%
B = 22.35%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#CC013B (or 0xCC013B) is known color: Crimson. HEX triplet: CC, 01 and 3B. RGB value is (204,1,59). Sum of RGB (Red+Green+Blue) = 204+1+59=264 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.27% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 59 (23.44% from 255 or 22.35% from 264); Max value from RGB is 204 - color contains mainly: red. Hex color #CC013B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC013B is #33FEC4. Grayscale: #444444. Windows color (decimal): -3407557 or 3867084. OLE color: 3867084.

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

Color convert

RGB 204 1 59 -
CMYK 0 1.00 0.71 0.2
HSL 342.86º 0.99% 0.4% -
HSV(B) 342.86º 1% 0.8% -
XYZ 25.7 13.17 5.33 -
YUV 68.31 122.75 224.78 -
System Red Green Blue C M Y K H S L
Decimal 204 1 59 0 1.00 0.71 0.2 342.86 0.99 0.4
Hex CC 1 3B 0 64 47 14 157 63 28
Octal 314 1 73 0 144 107 24 527 143 50
Binary 11001100 1 111011 0 1100100 1000111 10100 101010111 1100011 101000

Color Harmonies of #CC013B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC013B

Black with #CC013B

Text Example


Text Example

White with #CC013B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC013B; }

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

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

background-color css

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

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

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

border-color css

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

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

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