Html Css Color HEX #C7232E Cardinal

📋 copy color: '#C7232E'

red 199 ◦ green 35 ◦ blue 46

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

Shades of Cardinal #C7232E

Tints of Cardinal #C7232E

RGB

 RED value IS 199 (78.13% from 255) = 71.07%

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

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

R = 71.07%
G = 12.5%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C7232E (or 0xC7232E) is known color: Cardinal. HEX triplet: C7, 23 and 2E. RGB value is (199,35,46). Sum of RGB (Red+Green+Blue) = 199+35+46=280 (37% of max value = 765). Red value is 199 (78.12% from 255 or 71.07% from 280); Green value is 35 (14.06% from 255 or 12.5% from 280); Blue value is 46 (18.36% from 255 or 16.43% from 280); Max value from RGB is 199 - color contains mainly: red. Hex color #C7232E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7232E is #38DCD1. Grayscale: #555555. Windows color (decimal): -3726546 or 3023815. OLE color: 3023815.

HSL color Cylindrical-coordinate representation of color #C7232E: hue angle of 355.98º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C7232E is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 35 46 -
CMYK 0 0.82 0.77 0.22
HSL 355.98º 0.7% 0.46% -
HSV(B) 355.98º 0.82% 0.78% -
XYZ 24.65 13.54 3.9 -
YUV 85.29 105.83 209.11 -
System Red Green Blue C M Y K H S L
Decimal 199 35 46 0 0.82 0.77 0.22 355.98 0.7 0.46
Hex C7 23 2E 0 52 4D 16 164 46 2E
Octal 307 43 56 0 122 115 26 544 106 56
Binary 11000111 100011 101110 0 1010010 1001101 10110 101100100 1000110 101110

Color Harmonies of #C7232E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7232E

Black with #C7232E

Text Example


Text Example

White with #C7232E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7232E; }

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

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

background-color css

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

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

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

border-color css

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

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

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