Html Css Color HEX #C7232C Cardinal

📋 copy color: '#C7232C'

red 199 ◦ green 35 ◦ blue 44

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

Shades of Cardinal #C7232C

Tints of Cardinal #C7232C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.83%

R = 71.58%
G = 12.59%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C7232C (or 0xC7232C) is known color: Cardinal. HEX triplet: C7, 23 and 2C. RGB value is (199,35,44). Sum of RGB (Red+Green+Blue) = 199+35+44=278 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.58% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 199 - color contains mainly: red. Hex color #C7232C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7232C is #38DCD3. Grayscale: #555555. Windows color (decimal): -3726548 or 2892743. OLE color: 2892743.

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

Color convert

RGB 199 35 44 -
CMYK 0 0.82 0.78 0.22
HSL 356.71º 0.7% 0.46% -
HSV(B) 356.71º 0.82% 0.78% -
XYZ 24.61 13.53 3.7 -
YUV 85.06 104.83 209.27 -
System Red Green Blue C M Y K H S L
Decimal 199 35 44 0 0.82 0.78 0.22 356.71 0.7 0.46
Hex C7 23 2C 0 52 4E 16 165 46 2E
Octal 307 43 54 0 122 116 26 545 106 56
Binary 11000111 100011 101100 0 1010010 1001110 10110 101100101 1000110 101110

Color Harmonies of #C7232C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7232C

Black with #C7232C

Text Example


Text Example

White with #C7232C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7232C; }

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

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

background-color css

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

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

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

border-color css

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

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

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