Html Css Color HEX #C9023F Crimson

📋 copy color: '#C9023F'

red 201 ◦ green 2 ◦ blue 63

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

Shades of Crimson #C9023F

Tints of Crimson #C9023F

RGB

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

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

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

R = 75.56%
G = 0.75%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C9023F (or 0xC9023F) is known color: Crimson. HEX triplet: C9, 02 and 3F. RGB value is (201,2,63). Sum of RGB (Red+Green+Blue) = 201+2+63=266 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.56% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 201 - color contains mainly: red. Hex color #C9023F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9023F is #36FDC0. Grayscale: #444444. Windows color (decimal): -3603905 or 4129481. OLE color: 4129481.

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

Color convert

RGB 201 2 63 -
CMYK 0 0.99 0.69 0.21
HSL 341.61º 0.98% 0.4% -
HSV(B) 341.61º 0.99% 0.79% -
XYZ 25.01 12.82 5.86 -
YUV 68.46 124.93 222.54 -
System Red Green Blue C M Y K H S L
Decimal 201 2 63 0 0.99 0.69 0.21 341.61 0.98 0.4
Hex C9 2 3F 0 63 45 15 156 62 28
Octal 311 2 77 0 143 105 25 526 142 50
Binary 11001001 10 111111 0 1100011 1000101 10101 101010110 1100010 101000

Color Harmonies of #C9023F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9023F

Black with #C9023F

Text Example


Text Example

White with #C9023F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9023F; }

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

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

background-color css

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

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

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

border-color css

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

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

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