Html Css Color HEX #C91538 Cardinal

📋 copy color: '#C91538'

red 201 ◦ green 21 ◦ blue 56

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

Shades of Cardinal #C91538

Tints of Cardinal #C91538

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.55%

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

R = 72.3%
G = 7.55%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C91538 (or 0xC91538) is known color: Cardinal. HEX triplet: C9, 15 and 38. RGB value is (201,21,56). Sum of RGB (Red+Green+Blue) = 201+21+56=278 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.30% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 56 (22.27% from 255 or 20.14% from 278); Max value from RGB is 201 - color contains mainly: red. Hex color #C91538 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91538 is #36EAC7. Grayscale: #4E4E4E. Windows color (decimal): -3599048 or 3675593. OLE color: 3675593.

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

Color convert

RGB 201 21 56 -
CMYK 0 0.90 0.72 0.21
HSL 348.33º 0.81% 0.44% -
HSV(B) 348.33º 0.9% 0.79% -
XYZ 25.07 13.24 4.98 -
YUV 78.81 115.13 215.15 -
System Red Green Blue C M Y K H S L
Decimal 201 21 56 0 0.90 0.72 0.21 348.33 0.81 0.44
Hex C9 15 38 0 5A 48 15 15C 51 2C
Octal 311 25 70 0 132 110 25 534 121 54
Binary 11001001 10101 111000 0 1011010 1001000 10101 101011100 1010001 101100

Color Harmonies of #C91538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91538

Black with #C91538

Text Example


Text Example

White with #C91538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91538; }

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

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

background-color css

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

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

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

border-color css

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

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

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