Html Css Color HEX #C91238 Cardinal

📋 copy color: '#C91238'

red 201 ◦ green 18 ◦ blue 56

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

Shades of Cardinal #C91238

Tints of Cardinal #C91238

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.55%

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

R = 73.09%
G = 6.55%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C91238 (or 0xC91238) is known color: Cardinal. HEX triplet: C9, 12 and 38. RGB value is (201,18,56). Sum of RGB (Red+Green+Blue) = 201+18+56=275 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.09% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 56 (22.27% from 255 or 20.36% from 275); Max value from RGB is 201 - color contains mainly: red. Hex color #C91238 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91238 is #36EDC7. Grayscale: #4D4D4D. Windows color (decimal): -3599816 or 3674825. OLE color: 3674825.

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

Color convert

RGB 201 18 56 -
CMYK 0 0.91 0.72 0.21
HSL 347.54º 0.84% 0.43% -
HSV(B) 347.54º 0.91% 0.79% -
XYZ 25.02 13.14 4.96 -
YUV 77.05 116.13 216.41 -
System Red Green Blue C M Y K H S L
Decimal 201 18 56 0 0.91 0.72 0.21 347.54 0.84 0.43
Hex C9 12 38 0 5B 48 15 15C 54 2B
Octal 311 22 70 0 133 110 25 534 124 53
Binary 11001001 10010 111000 0 1011011 1001000 10101 101011100 1010100 101011

Color Harmonies of #C91238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91238

Black with #C91238

Text Example


Text Example

White with #C91238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91238; }

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

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

background-color css

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

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

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

border-color css

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

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

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