Html Css Color HEX #C92538 Cardinal

📋 copy color: '#C92538'

red 201 ◦ green 37 ◦ blue 56

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

Shades of Cardinal #C92538

Tints of Cardinal #C92538

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.59%

 BLUE value IS 56 (22.27% from 255) = 19.05%

R = 68.37%
G = 12.59%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C92538 (or 0xC92538) is known color: Cardinal. HEX triplet: C9, 25 and 38. RGB value is (201,37,56). Sum of RGB (Red+Green+Blue) = 201+37+56=294 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.37% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 56 (22.27% from 255 or 19.05% from 294); Max value from RGB is 201 - color contains mainly: red. Hex color #C92538 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92538 is #36DAC7. Grayscale: #585858. Windows color (decimal): -3594952 or 3679689. OLE color: 3679689.

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

Color convert

RGB 201 37 56 -
CMYK 0 0.82 0.72 0.21
HSL 353.05º 0.69% 0.47% -
HSV(B) 353.05º 0.82% 0.79% -
XYZ 25.46 14.03 5.11 -
YUV 88.2 109.83 208.46 -
System Red Green Blue C M Y K H S L
Decimal 201 37 56 0 0.82 0.72 0.21 353.05 0.69 0.47
Hex C9 25 38 0 52 48 15 161 45 2F
Octal 311 45 70 0 122 110 25 541 105 57
Binary 11001001 100101 111000 0 1010010 1001000 10101 101100001 1000101 101111

Color Harmonies of #C92538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92538

Black with #C92538

Text Example


Text Example

White with #C92538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92538; }

 p { color: rgb(201,37,56); }

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

background-color css

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

 a { background-color: rgb(201,37,56); }

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

border-color css

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

 span { border-color: rgb(201,37,56); }

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