Html Css Color HEX #C9253A Cardinal

📋 copy color: '#C9253A'

red 201 ◦ green 37 ◦ blue 58

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

Shades of Cardinal #C9253A

Tints of Cardinal #C9253A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.59%

R = 67.91%
G = 12.5%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#C9253A (or 0xC9253A) is known color: Cardinal. HEX triplet: C9, 25 and 3A. RGB value is (201,37,58). Sum of RGB (Red+Green+Blue) = 201+37+58=296 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.91% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 201 - color contains mainly: red. Hex color #C9253A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9253A is #36DAC5. Grayscale: #585858. Windows color (decimal): -3594950 or 3810761. OLE color: 3810761.

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

Color convert

RGB 201 37 58 -
CMYK 0 0.82 0.71 0.21
HSL 352.32º 0.69% 0.47% -
HSV(B) 352.32º 0.82% 0.79% -
XYZ 25.51 14.05 5.37 -
YUV 88.43 110.83 208.29 -
System Red Green Blue C M Y K H S L
Decimal 201 37 58 0 0.82 0.71 0.21 352.32 0.69 0.47
Hex C9 25 3A 0 52 47 15 160 45 2F
Octal 311 45 72 0 122 107 25 540 105 57
Binary 11001001 100101 111010 0 1010010 1000111 10101 101100000 1000101 101111

Color Harmonies of #C9253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9253A

Black with #C9253A

Text Example


Text Example

White with #C9253A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9253A; }

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

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

background-color css

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

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

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

border-color css

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

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

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