Html Css Color HEX #C9053F Crimson

📋 copy color: '#C9053F'

red 201 ◦ green 5 ◦ blue 63

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

Shades of Crimson #C9053F

Tints of Crimson #C9053F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.86%

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

R = 74.72%
G = 1.86%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C9053F (or 0xC9053F) is known color: Crimson. HEX triplet: C9, 05 and 3F. RGB value is (201,5,63). Sum of RGB (Red+Green+Blue) = 201+5+63=269 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.72% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 63 (25% from 255 or 23.42% from 269); Max value from RGB is 201 - color contains mainly: red. Hex color #C9053F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9053F is #36FAC0. Grayscale: #464646. Windows color (decimal): -3603137 or 4130249. OLE color: 4130249.

HSL color Cylindrical-coordinate representation of color #C9053F: hue angle of 342.24º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C9053F is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 5 63 -
CMYK 0 0.98 0.69 0.21
HSL 342.24º 0.95% 0.4% -
HSV(B) 342.24º 0.98% 0.79% -
XYZ 25.04 12.88 5.87 -
YUV 70.22 123.93 221.28 -
System Red Green Blue C M Y K H S L
Decimal 201 5 63 0 0.98 0.69 0.21 342.24 0.95 0.4
Hex C9 5 3F 0 62 45 15 156 5F 28
Octal 311 5 77 0 142 105 25 526 137 50
Binary 11001001 101 111111 0 1100010 1000101 10101 101010110 1011111 101000

Color Harmonies of #C9053F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9053F

Black with #C9053F

Text Example


Text Example

White with #C9053F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9053F; }

 p { color: rgb(201,5,63); }

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

background-color css

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

 a { background-color: rgb(201,5,63); }

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

border-color css

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

 span { border-color: rgb(201,5,63); }

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