Html Css Color HEX #C9003D Crimson

📋 copy color: '#C9003D'

red 201 ◦ green 0 ◦ blue 61

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

Shades of Crimson #C9003D

Tints of Crimson #C9003D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 61 (24.22% from 255) = 23.28%

R = 76.72%
G = 0%
B = 23.28%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C9003D (or 0xC9003D) is known color: Crimson. HEX triplet: C9, 00 and 3D. RGB value is (201,0,61). Sum of RGB (Red+Green+Blue) = 201+0+61=262 (34% of max value = 765). Red value is 201 (78.91% from 255 or 76.72% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 61 (24.22% from 255 or 23.28% from 262); Max value from RGB is 201 - color contains mainly: red. Hex color #C9003D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9003D is #36FFC2. Grayscale: #434343. Windows color (decimal): -3604419 or 3997897. OLE color: 3997897.

HSL color Cylindrical-coordinate representation of color #C9003D: hue angle of 341.79º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C9003D is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 0 61 -
CMYK 0 1 0.70 0.21
HSL 341.79º 1% 0.39% -
HSV(B) 341.79º 1% 0.79% -
XYZ 24.93 12.75 5.56 -
YUV 67.05 124.59 223.54 -
System Red Green Blue C M Y K H S L
Decimal 201 0 61 0 1 0.70 0.21 341.79 1 0.39
Hex C9 0 3D 0 64 46 15 156 64 27
Octal 311 0 75 0 144 106 25 526 144 47
Binary 11001001 0 111101 0 1100100 1000110 10101 101010110 1100100 100111

Color Harmonies of #C9003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9003D

Black with #C9003D

Text Example


Text Example

White with #C9003D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9003D; }

 p { color: rgb(201,0,61); }

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

background-color css

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

 a { background-color: rgb(201,0,61); }

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

border-color css

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

 span { border-color: rgb(201,0,61); }

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