Html Css Color HEX #C9083E Crimson

📋 copy color: '#C9083E'

red 201 ◦ green 8 ◦ blue 62

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

Shades of Crimson #C9083E

Tints of Crimson #C9083E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.95%

 BLUE value IS 62 (24.61% from 255) = 22.88%

R = 74.17%
G = 2.95%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C9083E (or 0xC9083E) is known color: Crimson. HEX triplet: C9, 08 and 3E. RGB value is (201,8,62). Sum of RGB (Red+Green+Blue) = 201+8+62=271 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.17% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 62 (24.61% from 255 or 22.88% from 271); Max value from RGB is 201 - color contains mainly: red. Hex color #C9083E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9083E is #36F7C1. Grayscale: #474747. Windows color (decimal): -3602370 or 4065481. OLE color: 4065481.

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

Color convert

RGB 201 8 62 -
CMYK 0 0.96 0.69 0.21
HSL 343.21º 0.92% 0.41% -
HSV(B) 343.21º 0.96% 0.79% -
XYZ 25.04 12.94 5.73 -
YUV 71.86 122.44 220.11 -
System Red Green Blue C M Y K H S L
Decimal 201 8 62 0 0.96 0.69 0.21 343.21 0.92 0.41
Hex C9 8 3E 0 60 45 15 157 5C 29
Octal 311 10 76 0 140 105 25 527 134 51
Binary 11001001 1000 111110 0 1100000 1000101 10101 101010111 1011100 101001

Color Harmonies of #C9083E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9083E

Black with #C9083E

Text Example


Text Example

White with #C9083E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9083E; }

 p { color: rgb(201,8,62); }

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

background-color css

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

 a { background-color: rgb(201,8,62); }

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

border-color css

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

 span { border-color: rgb(201,8,62); }

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