Html Css Color HEX #C91343 Cardinal

📋 copy color: '#C91343'

red 201 ◦ green 19 ◦ blue 67

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

Shades of Cardinal #C91343

Tints of Cardinal #C91343

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.62%

 BLUE value IS 67 (26.56% from 255) = 23.34%

R = 70.03%
G = 6.62%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C91343 (or 0xC91343) is known color: Cardinal. HEX triplet: C9, 13 and 43. RGB value is (201,19,67). Sum of RGB (Red+Green+Blue) = 201+19+67=287 (38% of max value = 765). Red value is 201 (78.91% from 255 or 70.03% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 67 (26.56% from 255 or 23.34% from 287); Max value from RGB is 201 - color contains mainly: red. Hex color #C91343 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91343 is #36ECBC. Grayscale: #4E4E4E. Windows color (decimal): -3599549 or 4395977. OLE color: 4395977.

HSL color Cylindrical-coordinate representation of color #C91343: hue angle of 344.18º degrees, saturation: 0.83, 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 #C91343 is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 19 67 -
CMYK 0 0.91 0.67 0.21
HSL 344.18º 0.83% 0.43% -
HSV(B) 344.18º 0.91% 0.79% -
XYZ 25.33 13.29 6.54 -
YUV 78.89 121.3 215.1 -
System Red Green Blue C M Y K H S L
Decimal 201 19 67 0 0.91 0.67 0.21 344.18 0.83 0.43
Hex C9 13 43 0 5B 43 15 158 53 2B
Octal 311 23 103 0 133 103 25 530 123 53
Binary 11001001 10011 1000011 0 1011011 1000011 10101 101011000 1010011 101011

Color Harmonies of #C91343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91343

Black with #C91343

Text Example


Text Example

White with #C91343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91343; }

 p { color: rgb(201,19,67); }

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

background-color css

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

 a { background-color: rgb(201,19,67); }

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

border-color css

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

 span { border-color: rgb(201,19,67); }

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