Html Css Color HEX #C92739 Cardinal

📋 copy color: '#C92739'

red 201 ◦ green 39 ◦ blue 57

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

Shades of Cardinal #C92739

Tints of Cardinal #C92739

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.13%

 BLUE value IS 57 (22.66% from 255) = 19.19%

R = 67.68%
G = 13.13%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C92739 (or 0xC92739) is known color: Cardinal. HEX triplet: C9, 27 and 39. RGB value is (201,39,57). Sum of RGB (Red+Green+Blue) = 201+39+57=297 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.68% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 57 (22.66% from 255 or 19.19% from 297); Max value from RGB is 201 - color contains mainly: red. Hex color #C92739 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92739 is #36D8C6. Grayscale: #595959. Windows color (decimal): -3594439 or 3745737. OLE color: 3745737.

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

Color convert

RGB 201 39 57 -
CMYK 0 0.81 0.72 0.21
HSL 353.33º 0.68% 0.47% -
HSV(B) 353.33º 0.81% 0.79% -
XYZ 25.55 14.16 5.26 -
YUV 89.49 109.67 207.54 -
System Red Green Blue C M Y K H S L
Decimal 201 39 57 0 0.81 0.72 0.21 353.33 0.68 0.47
Hex C9 27 39 0 51 48 15 161 44 2F
Octal 311 47 71 0 121 110 25 541 104 57
Binary 11001001 100111 111001 0 1010001 1001000 10101 101100001 1000100 101111

Color Harmonies of #C92739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92739

Black with #C92739

Text Example


Text Example

White with #C92739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92739; }

 p { color: rgb(201,39,57); }

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

background-color css

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

 a { background-color: rgb(201,39,57); }

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

border-color css

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

 span { border-color: rgb(201,39,57); }

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