Html Css Color HEX #C9232E Cardinal

📋 copy color: '#C9232E'

red 201 ◦ green 35 ◦ blue 46

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

Shades of Cardinal #C9232E

Tints of Cardinal #C9232E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.31%

R = 71.28%
G = 12.41%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#C9232E (or 0xC9232E) is known color: Cardinal. HEX triplet: C9, 23 and 2E. RGB value is (201,35,46). Sum of RGB (Red+Green+Blue) = 201+35+46=282 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.28% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 201 - color contains mainly: red. Hex color #C9232E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9232E is #36DCD1. Grayscale: #565656. Windows color (decimal): -3595474 or 3023817. OLE color: 3023817.

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

Color convert

RGB 201 35 46 -
CMYK 0 0.83 0.77 0.21
HSL 356.02º 0.7% 0.46% -
HSV(B) 356.02º 0.83% 0.79% -
XYZ 25.18 13.82 3.92 -
YUV 85.89 105.5 210.11 -
System Red Green Blue C M Y K H S L
Decimal 201 35 46 0 0.83 0.77 0.21 356.02 0.7 0.46
Hex C9 23 2E 0 53 4D 15 164 46 2E
Octal 311 43 56 0 123 115 25 544 106 56
Binary 11001001 100011 101110 0 1010011 1001101 10101 101100100 1000110 101110

Color Harmonies of #C9232E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9232E

Black with #C9232E

Text Example


Text Example

White with #C9232E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9232E; }

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

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

background-color css

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

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

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

border-color css

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

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

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