Html Css Color HEX #C92140 Cardinal

📋 copy color: '#C92140'

red 201 ◦ green 33 ◦ blue 64

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

Shades of Cardinal #C92140

Tints of Cardinal #C92140

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.07%

 BLUE value IS 64 (25.39% from 255) = 21.48%

R = 67.45%
G = 11.07%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C92140 (or 0xC92140) is known color: Cardinal. HEX triplet: C9, 21 and 40. RGB value is (201,33,64). Sum of RGB (Red+Green+Blue) = 201+33+64=298 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.45% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 201 - color contains mainly: red. Hex color #C92140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92140 is #36DEBF. Grayscale: #565656. Windows color (decimal): -3595968 or 4202953. OLE color: 4202953.

HSL color Cylindrical-coordinate representation of color #C92140: hue angle of 348.93º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C92140 is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 33 64 -
CMYK 0 0.84 0.68 0.21
HSL 348.93º 0.72% 0.46% -
HSV(B) 348.93º 0.84% 0.79% -
XYZ 25.56 13.88 6.18 -
YUV 86.77 115.16 209.48 -
System Red Green Blue C M Y K H S L
Decimal 201 33 64 0 0.84 0.68 0.21 348.93 0.72 0.46
Hex C9 21 40 0 54 44 15 15D 48 2E
Octal 311 41 100 0 124 104 25 535 110 56
Binary 11001001 100001 1000000 0 1010100 1000100 10101 101011101 1001000 101110

Color Harmonies of #C92140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92140

Black with #C92140

Text Example


Text Example

White with #C92140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92140; }

 p { color: rgb(201,33,64); }

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

background-color css

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

 a { background-color: rgb(201,33,64); }

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

border-color css

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

 span { border-color: rgb(201,33,64); }

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