Html Css Color HEX #C91335 Cardinal

📋 copy color: '#C91335'

red 201 ◦ green 19 ◦ blue 53

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

Shades of Cardinal #C91335

Tints of Cardinal #C91335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.41%

R = 73.63%
G = 6.96%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#C91335 (or 0xC91335) is known color: Cardinal. HEX triplet: C9, 13 and 35. RGB value is (201,19,53). Sum of RGB (Red+Green+Blue) = 201+19+53=273 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.63% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 201 - color contains mainly: red. Hex color #C91335 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91335 is #36ECCA. Grayscale: #4D4D4D. Windows color (decimal): -3599563 or 3478473. OLE color: 3478473.

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

Color convert

RGB 201 19 53 -
CMYK 0 0.91 0.74 0.21
HSL 348.79º 0.83% 0.43% -
HSV(B) 348.79º 0.91% 0.79% -
XYZ 24.96 13.14 4.59 -
YUV 77.29 114.3 216.24 -
System Red Green Blue C M Y K H S L
Decimal 201 19 53 0 0.91 0.74 0.21 348.79 0.83 0.43
Hex C9 13 35 0 5B 4A 15 15D 53 2B
Octal 311 23 65 0 133 112 25 535 123 53
Binary 11001001 10011 110101 0 1011011 1001010 10101 101011101 1010011 101011

Color Harmonies of #C91335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91335

Black with #C91335

Text Example


Text Example

White with #C91335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91335; }

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

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

background-color css

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

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

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

border-color css

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

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

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