Html Css Color HEX #C91845 Cardinal

📋 copy color: '#C91845'

red 201 ◦ green 24 ◦ blue 69

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

Shades of Cardinal #C91845

Tints of Cardinal #C91845

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.16%

 BLUE value IS 69 (27.34% from 255) = 23.47%

R = 68.37%
G = 8.16%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C91845 (or 0xC91845) is known color: Cardinal. HEX triplet: C9, 18 and 45. RGB value is (201,24,69). Sum of RGB (Red+Green+Blue) = 201+24+69=294 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.37% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 201 - color contains mainly: red. Hex color #C91845 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91845 is #36E7BA. Grayscale: #525252. Windows color (decimal): -3598267 or 4528329. OLE color: 4528329.

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

Color convert

RGB 201 24 69 -
CMYK 0 0.88 0.66 0.21
HSL 344.75º 0.79% 0.44% -
HSV(B) 344.75º 0.88% 0.79% -
XYZ 25.49 13.5 6.89 -
YUV 82.05 120.64 212.84 -
System Red Green Blue C M Y K H S L
Decimal 201 24 69 0 0.88 0.66 0.21 344.75 0.79 0.44
Hex C9 18 45 0 58 42 15 159 4F 2C
Octal 311 30 105 0 130 102 25 531 117 54
Binary 11001001 11000 1000101 0 1011000 1000010 10101 101011001 1001111 101100

Color Harmonies of #C91845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91845

Black with #C91845

Text Example


Text Example

White with #C91845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91845; }

 p { color: rgb(201,24,69); }

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

background-color css

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

 a { background-color: rgb(201,24,69); }

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

border-color css

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

 span { border-color: rgb(201,24,69); }

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