Html Css Color HEX #C91745 Cardinal

📋 copy color: '#C91745'

red 201 ◦ green 23 ◦ blue 69

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

Shades of Cardinal #C91745

Tints of Cardinal #C91745

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.85%

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

R = 68.6%
G = 7.85%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C91745 (or 0xC91745) is known color: Cardinal. HEX triplet: C9, 17 and 45. RGB value is (201,23,69). Sum of RGB (Red+Green+Blue) = 201+23+69=293 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.60% from 293); Green value is 23 (9.38% from 255 or 7.85% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 201 - color contains mainly: red. Hex color #C91745 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91745 is #36E8BA. Grayscale: #515151. Windows color (decimal): -3598523 or 4528073. OLE color: 4528073.

HSL color Cylindrical-coordinate representation of color #C91745: hue angle of 344.49º degrees, saturation: 0.79, 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 #C91745 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 23 69 -
CMYK 0 0.89 0.66 0.21
HSL 344.49º 0.79% 0.44% -
HSV(B) 344.49º 0.89% 0.79% -
XYZ 25.47 13.46 6.89 -
YUV 81.47 120.97 213.26 -
System Red Green Blue C M Y K H S L
Decimal 201 23 69 0 0.89 0.66 0.21 344.49 0.79 0.44
Hex C9 17 45 0 59 42 15 158 4F 2C
Octal 311 27 105 0 131 102 25 530 117 54
Binary 11001001 10111 1000101 0 1011001 1000010 10101 101011000 1001111 101100

Color Harmonies of #C91745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91745

Black with #C91745

Text Example


Text Example

White with #C91745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91745; }

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

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

background-color css

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

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

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

border-color css

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

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

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