Html Css Color HEX #C9183C Cardinal

📋 copy color: '#C9183C'

red 201 ◦ green 24 ◦ blue 60

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

Shades of Cardinal #C9183C

Tints of Cardinal #C9183C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.42%

 BLUE value IS 60 (23.83% from 255) = 21.05%

R = 70.53%
G = 8.42%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C9183C (or 0xC9183C) is known color: Cardinal. HEX triplet: C9, 18 and 3C. RGB value is (201,24,60). Sum of RGB (Red+Green+Blue) = 201+24+60=285 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.53% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 201 - color contains mainly: red. Hex color #C9183C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9183C is #36E7C3. Grayscale: #515151. Windows color (decimal): -3598276 or 3938505. OLE color: 3938505.

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

Color convert

RGB 201 24 60 -
CMYK 0 0.88 0.70 0.21
HSL 347.8º 0.79% 0.44% -
HSV(B) 347.8º 0.88% 0.79% -
XYZ 25.23 13.4 5.53 -
YUV 81.03 116.14 213.57 -
System Red Green Blue C M Y K H S L
Decimal 201 24 60 0 0.88 0.70 0.21 347.8 0.79 0.44
Hex C9 18 3C 0 58 46 15 15C 4F 2C
Octal 311 30 74 0 130 106 25 534 117 54
Binary 11001001 11000 111100 0 1011000 1000110 10101 101011100 1001111 101100

Color Harmonies of #C9183C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9183C

Black with #C9183C

Text Example


Text Example

White with #C9183C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9183C; }

 p { color: rgb(201,24,60); }

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

background-color css

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

 a { background-color: rgb(201,24,60); }

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

border-color css

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

 span { border-color: rgb(201,24,60); }

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