Html Css Color HEX #C91348 Cardinal

📋 copy color: '#C91348'

red 201 ◦ green 19 ◦ blue 72

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

Shades of Cardinal #C91348

Tints of Cardinal #C91348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.66%

R = 68.84%
G = 6.51%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C91348 (or 0xC91348) is known color: Cardinal. HEX triplet: C9, 13 and 48. RGB value is (201,19,72). Sum of RGB (Red+Green+Blue) = 201+19+72=292 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.84% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 72 (28.52% from 255 or 24.66% from 292); Max value from RGB is 201 - color contains mainly: red. Hex color #C91348 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91348 is #36ECB7. Grayscale: #4F4F4F. Windows color (decimal): -3599544 or 4723657. OLE color: 4723657.

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

Color convert

RGB 201 19 72 -
CMYK 0 0.91 0.64 0.21
HSL 342.53º 0.83% 0.43% -
HSV(B) 342.53º 0.91% 0.79% -
XYZ 25.49 13.35 7.36 -
YUV 79.46 123.8 214.69 -
System Red Green Blue C M Y K H S L
Decimal 201 19 72 0 0.91 0.64 0.21 342.53 0.83 0.43
Hex C9 13 48 0 5B 40 15 157 53 2B
Octal 311 23 110 0 133 100 25 527 123 53
Binary 11001001 10011 1001000 0 1011011 1000000 10101 101010111 1010011 101011

Color Harmonies of #C91348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91348

Black with #C91348

Text Example


Text Example

White with #C91348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91348; }

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

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

background-color css

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

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

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

border-color css

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

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

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