Html Css Color HEX #C91E42 Cardinal

📋 copy color: '#C91E42'

red 201 ◦ green 30 ◦ blue 66

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

Shades of Cardinal #C91E42

Tints of Cardinal #C91E42

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.1%

 BLUE value IS 66 (26.17% from 255) = 22.22%

R = 67.68%
G = 10.1%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C91E42 (or 0xC91E42) is known color: Cardinal. HEX triplet: C9, 1E and 42. RGB value is (201,30,66). Sum of RGB (Red+Green+Blue) = 201+30+66=297 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.68% from 297); Green value is 30 (12.11% from 255 or 10.10% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 201 - color contains mainly: red. Hex color #C91E42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C91E42 is #36E1BD. Grayscale: #555555. Windows color (decimal): -3596734 or 4333257. OLE color: 4333257.

HSL color Cylindrical-coordinate representation of color #C91E42: hue angle of 347.37º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C91E42 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 30 66 -
CMYK 0 0.85 0.67 0.21
HSL 347.37º 0.74% 0.45% -
HSV(B) 347.37º 0.85% 0.79% -
XYZ 25.54 13.74 6.46 -
YUV 85.23 117.15 210.57 -
System Red Green Blue C M Y K H S L
Decimal 201 30 66 0 0.85 0.67 0.21 347.37 0.74 0.45
Hex C9 1E 42 0 55 43 15 15B 4A 2D
Octal 311 36 102 0 125 103 25 533 112 55
Binary 11001001 11110 1000010 0 1010101 1000011 10101 101011011 1001010 101101

Color Harmonies of #C91E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91E42

Black with #C91E42

Text Example


Text Example

White with #C91E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91E42; }

 p { color: rgb(201,30,66); }

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

background-color css

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

 a { background-color: rgb(201,30,66); }

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

border-color css

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

 span { border-color: rgb(201,30,66); }

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