Html Css Color HEX #C9013D Crimson

📋 copy color: '#C9013D'

red 201 ◦ green 1 ◦ blue 61

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

Shades of Crimson #C9013D

Tints of Crimson #C9013D

RGB

 RED value IS 201 (78.91% from 255) = 76.43%

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

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

R = 76.43%
G = 0.38%
B = 23.19%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C9013D (or 0xC9013D) is known color: Crimson. HEX triplet: C9, 01 and 3D. RGB value is (201,1,61). Sum of RGB (Red+Green+Blue) = 201+1+61=263 (34% of max value = 765). Red value is 201 (78.91% from 255 or 76.43% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 61 (24.22% from 255 or 23.19% from 263); Max value from RGB is 201 - color contains mainly: red. Hex color #C9013D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9013D is #36FEC2. Grayscale: #434343. Windows color (decimal): -3604163 or 3998153. OLE color: 3998153.

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

Color convert

RGB 201 1 61 -
CMYK 0 1.00 0.70 0.21
HSL 342º 0.99% 0.4% -
HSV(B) 342º 1% 0.79% -
XYZ 24.94 12.78 5.57 -
YUV 67.64 124.26 223.12 -
System Red Green Blue C M Y K H S L
Decimal 201 1 61 0 1.00 0.70 0.21 342 0.99 0.4
Hex C9 1 3D 0 64 46 15 156 63 28
Octal 311 1 75 0 144 106 25 526 143 50
Binary 11001001 1 111101 0 1100100 1000110 10101 101010110 1100011 101000

Color Harmonies of #C9013D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9013D

Black with #C9013D

Text Example


Text Example

White with #C9013D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9013D; }

 p { color: rgb(201,1,61); }

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

background-color css

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

 a { background-color: rgb(201,1,61); }

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

border-color css

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

 span { border-color: rgb(201,1,61); }

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