Html Css Color HEX #C92639 Cardinal

📋 copy color: '#C92639'

red 201 ◦ green 38 ◦ blue 57

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

Shades of Cardinal #C92639

Tints of Cardinal #C92639

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.84%

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

R = 67.91%
G = 12.84%
B = 19.26%

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

#C92639 (or 0xC92639) is known color: Cardinal. HEX triplet: C9, 26 and 39. RGB value is (201,38,57). Sum of RGB (Red+Green+Blue) = 201+38+57=296 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.91% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 57 (22.66% from 255 or 19.26% from 296); Max value from RGB is 201 - color contains mainly: red. Hex color #C92639 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92639 is #36D9C6. Grayscale: #585858. Windows color (decimal): -3594695 or 3745481. OLE color: 3745481.

HSL color Cylindrical-coordinate representation of color #C92639: hue angle of 353.01º 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 #C92639 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 38 57 -
CMYK 0 0.81 0.72 0.21
HSL 353.01º 0.68% 0.47% -
HSV(B) 353.01º 0.81% 0.79% -
XYZ 25.52 14.1 5.25 -
YUV 88.9 110 207.96 -
System Red Green Blue C M Y K H S L
Decimal 201 38 57 0 0.81 0.72 0.21 353.01 0.68 0.47
Hex C9 26 39 0 51 48 15 161 44 2F
Octal 311 46 71 0 121 110 25 541 104 57
Binary 11001001 100110 111001 0 1010001 1001000 10101 101100001 1000100 101111

Color Harmonies of #C92639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92639

Black with #C92639

Text Example


Text Example

White with #C92639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92639; }

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

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

background-color css

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

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

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

border-color css

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

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

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