Html Css Color HEX #C91838 Cardinal

📋 copy color: '#C91838'

red 201 ◦ green 24 ◦ blue 56

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

Shades of Cardinal #C91838

Tints of Cardinal #C91838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.93%

R = 71.53%
G = 8.54%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C91838 (or 0xC91838) is known color: Cardinal. HEX triplet: C9, 18 and 38. RGB value is (201,24,56). Sum of RGB (Red+Green+Blue) = 201+24+56=281 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.53% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 56 (22.27% from 255 or 19.93% from 281); Max value from RGB is 201 - color contains mainly: red. Hex color #C91838 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91838 is #36E7C7. Grayscale: #505050. Windows color (decimal): -3598280 or 3676361. OLE color: 3676361.

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

Color convert

RGB 201 24 56 -
CMYK 0 0.88 0.72 0.21
HSL 349.15º 0.79% 0.44% -
HSV(B) 349.15º 0.88% 0.79% -
XYZ 25.13 13.36 5 -
YUV 80.57 114.14 213.9 -
System Red Green Blue C M Y K H S L
Decimal 201 24 56 0 0.88 0.72 0.21 349.15 0.79 0.44
Hex C9 18 38 0 58 48 15 15D 4F 2C
Octal 311 30 70 0 130 110 25 535 117 54
Binary 11001001 11000 111000 0 1011000 1001000 10101 101011101 1001111 101100

Color Harmonies of #C91838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91838

Black with #C91838

Text Example


Text Example

White with #C91838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91838; }

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

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

background-color css

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

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

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

border-color css

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

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

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