Html Css Color HEX #C92341 Cardinal

📋 copy color: '#C92341'

red 201 ◦ green 35 ◦ blue 65

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

Shades of Cardinal #C92341

Tints of Cardinal #C92341

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.63%

 BLUE value IS 65 (25.78% from 255) = 21.59%

R = 66.78%
G = 11.63%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C92341 (or 0xC92341) is known color: Cardinal. HEX triplet: C9, 23 and 41. RGB value is (201,35,65). Sum of RGB (Red+Green+Blue) = 201+35+65=301 (39% of max value = 765). Red value is 201 (78.91% from 255 or 66.78% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 201 - color contains mainly: red. Hex color #C92341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92341 is #36DCBE. Grayscale: #585858. Windows color (decimal): -3595455 or 4269001. OLE color: 4269001.

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

Color convert

RGB 201 35 65 -
CMYK 0 0.83 0.68 0.21
HSL 349.16º 0.7% 0.46% -
HSV(B) 349.16º 0.83% 0.79% -
XYZ 25.64 14 6.35 -
YUV 88.05 115 208.56 -
System Red Green Blue C M Y K H S L
Decimal 201 35 65 0 0.83 0.68 0.21 349.16 0.7 0.46
Hex C9 23 41 0 53 44 15 15D 46 2E
Octal 311 43 101 0 123 104 25 535 106 56
Binary 11001001 100011 1000001 0 1010011 1000100 10101 101011101 1000110 101110

Color Harmonies of #C92341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92341

Black with #C92341

Text Example


Text Example

White with #C92341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92341; }

 p { color: rgb(201,35,65); }

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

background-color css

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

 a { background-color: rgb(201,35,65); }

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

border-color css

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

 span { border-color: rgb(201,35,65); }

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