Html Css Color HEX #C91438 Cardinal

📋 copy color: '#C91438'

red 201 ◦ green 20 ◦ blue 56

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

Shades of Cardinal #C91438

Tints of Cardinal #C91438

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.22%

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

R = 72.56%
G = 7.22%
B = 20.22%

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

#C91438 (or 0xC91438) is known color: Cardinal. HEX triplet: C9, 14 and 38. RGB value is (201,20,56). Sum of RGB (Red+Green+Blue) = 201+20+56=277 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.56% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 56 (22.27% from 255 or 20.22% from 277); Max value from RGB is 201 - color contains mainly: red. Hex color #C91438 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91438 is #36EBC7. Grayscale: #4E4E4E. Windows color (decimal): -3599304 or 3675337. OLE color: 3675337.

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

Color convert

RGB 201 20 56 -
CMYK 0 0.90 0.72 0.21
HSL 348.07º 0.82% 0.43% -
HSV(B) 348.07º 0.9% 0.79% -
XYZ 25.05 13.2 4.97 -
YUV 78.22 115.47 215.57 -
System Red Green Blue C M Y K H S L
Decimal 201 20 56 0 0.90 0.72 0.21 348.07 0.82 0.43
Hex C9 14 38 0 5A 48 15 15C 52 2B
Octal 311 24 70 0 132 110 25 534 122 53
Binary 11001001 10100 111000 0 1011010 1001000 10101 101011100 1010010 101011

Color Harmonies of #C91438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91438

Black with #C91438

Text Example


Text Example

White with #C91438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91438; }

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

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

background-color css

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

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

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

border-color css

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

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

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