Html Css Color HEX #C9183F Cardinal

📋 copy color: '#C9183F'

red 201 ◦ green 24 ◦ blue 63

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

Shades of Cardinal #C9183F

Tints of Cardinal #C9183F

RGB

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

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

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

R = 69.79%
G = 8.33%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C9183F (or 0xC9183F) is known color: Cardinal. HEX triplet: C9, 18 and 3F. RGB value is (201,24,63). Sum of RGB (Red+Green+Blue) = 201+24+63=288 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.79% from 288); Green value is 24 (9.77% from 255 or 8.33% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 201 - color contains mainly: red. Hex color #C9183F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9183F is #36E7C0. Grayscale: #515151. Windows color (decimal): -3598273 or 4135113. OLE color: 4135113.

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

Color convert

RGB 201 24 63 -
CMYK 0 0.88 0.69 0.21
HSL 346.78º 0.79% 0.44% -
HSV(B) 346.78º 0.88% 0.79% -
XYZ 25.31 13.43 5.96 -
YUV 81.37 117.64 213.33 -
System Red Green Blue C M Y K H S L
Decimal 201 24 63 0 0.88 0.69 0.21 346.78 0.79 0.44
Hex C9 18 3F 0 58 45 15 15B 4F 2C
Octal 311 30 77 0 130 105 25 533 117 54
Binary 11001001 11000 111111 0 1011000 1000101 10101 101011011 1001111 101100

Color Harmonies of #C9183F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9183F

Black with #C9183F

Text Example


Text Example

White with #C9183F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9183F; }

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

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

background-color css

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

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

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

border-color css

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

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

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