Html Css Color HEX #C91F42 Cardinal

📋 copy color: '#C91F42'

red 201 ◦ green 31 ◦ blue 66

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

Shades of Cardinal #C91F42

Tints of Cardinal #C91F42

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.4%

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

R = 67.45%
G = 10.4%
B = 22.15%

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

#C91F42 (or 0xC91F42) is known color: Cardinal. HEX triplet: C9, 1F and 42. RGB value is (201,31,66). Sum of RGB (Red+Green+Blue) = 201+31+66=298 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.45% from 298); Green value is 31 (12.5% from 255 or 10.40% from 298); Blue value is 66 (26.17% from 255 or 22.15% from 298); Max value from RGB is 201 - color contains mainly: red. Hex color #C91F42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C91F42 is #36E0BD. Grayscale: #555555. Windows color (decimal): -3596478 or 4333513. OLE color: 4333513.

HSL color Cylindrical-coordinate representation of color #C91F42: hue angle of 347.65º degrees, saturation: 0.73, 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 #C91F42 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 31 66 -
CMYK 0 0.85 0.67 0.21
HSL 347.65º 0.73% 0.45% -
HSV(B) 347.65º 0.85% 0.79% -
XYZ 25.56 13.79 6.47 -
YUV 85.82 116.82 210.15 -
System Red Green Blue C M Y K H S L
Decimal 201 31 66 0 0.85 0.67 0.21 347.65 0.73 0.45
Hex C9 1F 42 0 55 43 15 15C 49 2D
Octal 311 37 102 0 125 103 25 534 111 55
Binary 11001001 11111 1000010 0 1010101 1000011 10101 101011100 1001001 101101

Color Harmonies of #C91F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91F42

Black with #C91F42

Text Example


Text Example

White with #C91F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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