Html Css Color HEX #C91641 Cardinal

📋 copy color: '#C91641'

red 201 ◦ green 22 ◦ blue 65

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

Shades of Cardinal #C91641

Tints of Cardinal #C91641

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.64%

 BLUE value IS 65 (25.78% from 255) = 22.57%

R = 69.79%
G = 7.64%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C91641 (or 0xC91641) is known color: Cardinal. HEX triplet: C9, 16 and 41. RGB value is (201,22,65). Sum of RGB (Red+Green+Blue) = 201+22+65=288 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.79% from 288); Green value is 22 (8.98% from 255 or 7.64% from 288); Blue value is 65 (25.78% from 255 or 22.57% from 288); Max value from RGB is 201 - color contains mainly: red. Hex color #C91641 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91641 is #36E9BE. Grayscale: #505050. Windows color (decimal): -3598783 or 4265673. OLE color: 4265673.

HSL color Cylindrical-coordinate representation of color #C91641: hue angle of 345.59º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C91641 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 22 65 -
CMYK 0 0.89 0.68 0.21
HSL 345.59º 0.8% 0.44% -
HSV(B) 345.59º 0.89% 0.79% -
XYZ 25.33 13.37 6.25 -
YUV 80.42 119.3 214 -
System Red Green Blue C M Y K H S L
Decimal 201 22 65 0 0.89 0.68 0.21 345.59 0.8 0.44
Hex C9 16 41 0 59 44 15 15A 50 2C
Octal 311 26 101 0 131 104 25 532 120 54
Binary 11001001 10110 1000001 0 1011001 1000100 10101 101011010 1010000 101100

Color Harmonies of #C91641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91641

Black with #C91641

Text Example


Text Example

White with #C91641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91641; }

 p { color: rgb(201,22,65); }

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

background-color css

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

 a { background-color: rgb(201,22,65); }

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

border-color css

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

 span { border-color: rgb(201,22,65); }

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