Html Css Color HEX #C9063F Crimson

📋 copy color: '#C9063F'

red 201 ◦ green 6 ◦ blue 63

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

Shades of Crimson #C9063F

Tints of Crimson #C9063F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.22%

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

R = 74.44%
G = 2.22%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C9063F (or 0xC9063F) is known color: Crimson. HEX triplet: C9, 06 and 3F. RGB value is (201,6,63). Sum of RGB (Red+Green+Blue) = 201+6+63=270 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.44% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 63 (25% from 255 or 23.33% from 270); Max value from RGB is 201 - color contains mainly: red. Hex color #C9063F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9063F is #36F9C0. Grayscale: #464646. Windows color (decimal): -3602881 or 4130505. OLE color: 4130505.

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

Color convert

RGB 201 6 63 -
CMYK 0 0.97 0.69 0.21
HSL 342.46º 0.94% 0.41% -
HSV(B) 342.46º 0.97% 0.79% -
XYZ 25.05 12.91 5.87 -
YUV 70.8 123.6 220.87 -
System Red Green Blue C M Y K H S L
Decimal 201 6 63 0 0.97 0.69 0.21 342.46 0.94 0.41
Hex C9 6 3F 0 61 45 15 156 5E 29
Octal 311 6 77 0 141 105 25 526 136 51
Binary 11001001 110 111111 0 1100001 1000101 10101 101010110 1011110 101001

Color Harmonies of #C9063F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9063F

Black with #C9063F

Text Example


Text Example

White with #C9063F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9063F; }

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

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

background-color css

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

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

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

border-color css

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

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

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