Html Css Color HEX #C9083B Crimson

📋 copy color: '#C9083B'

red 201 ◦ green 8 ◦ blue 59

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

Shades of Crimson #C9083B

Tints of Crimson #C9083B

RGB

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

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

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

R = 75%
G = 2.99%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#C9083B (or 0xC9083B) is known color: Crimson. HEX triplet: C9, 08 and 3B. RGB value is (201,8,59). Sum of RGB (Red+Green+Blue) = 201+8+59=268 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 59 (23.44% from 255 or 22.01% from 268); Max value from RGB is 201 - color contains mainly: red. Hex color #C9083B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9083B is #36F7C4. Grayscale: #474747. Windows color (decimal): -3602373 or 3868873. OLE color: 3868873.

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

Color convert

RGB 201 8 59 -
CMYK 0 0.96 0.71 0.21
HSL 344.15º 0.92% 0.41% -
HSV(B) 344.15º 0.96% 0.79% -
XYZ 24.96 12.91 5.31 -
YUV 71.52 120.94 220.35 -
System Red Green Blue C M Y K H S L
Decimal 201 8 59 0 0.96 0.71 0.21 344.15 0.92 0.41
Hex C9 8 3B 0 60 47 15 158 5C 29
Octal 311 10 73 0 140 107 25 530 134 51
Binary 11001001 1000 111011 0 1100000 1000111 10101 101011000 1011100 101001

Color Harmonies of #C9083B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9083B

Black with #C9083B

Text Example


Text Example

White with #C9083B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9083B; }

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

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

background-color css

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

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

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

border-color css

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

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

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