Html Css Color HEX #C9023A Crimson

📋 copy color: '#C9023A'

red 201 ◦ green 2 ◦ blue 58

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

Shades of Crimson #C9023A

Tints of Crimson #C9023A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.77%

 BLUE value IS 58 (23.05% from 255) = 22.22%

R = 77.01%
G = 0.77%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#C9023A (or 0xC9023A) is known color: Crimson. HEX triplet: C9, 02 and 3A. RGB value is (201,2,58). Sum of RGB (Red+Green+Blue) = 201+2+58=261 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.01% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 201 - color contains mainly: red. Hex color #C9023A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9023A is #36FDC5. Grayscale: #434343. Windows color (decimal): -3603910 or 3801801. OLE color: 3801801.

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

Color convert

RGB 201 2 58 -
CMYK 0 0.99 0.71 0.21
HSL 343.12º 0.98% 0.4% -
HSV(B) 343.12º 0.99% 0.79% -
XYZ 24.87 12.77 5.16 -
YUV 67.89 122.43 222.95 -
System Red Green Blue C M Y K H S L
Decimal 201 2 58 0 0.99 0.71 0.21 343.12 0.98 0.4
Hex C9 2 3A 0 63 47 15 157 62 28
Octal 311 2 72 0 143 107 25 527 142 50
Binary 11001001 10 111010 0 1100011 1000111 10101 101010111 1100010 101000

Color Harmonies of #C9023A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9023A

Black with #C9023A

Text Example


Text Example

White with #C9023A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9023A; }

 p { color: rgb(201,2,58); }

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

background-color css

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

 a { background-color: rgb(201,2,58); }

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

border-color css

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

 span { border-color: rgb(201,2,58); }

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