Html Css Color HEX #C7223B Cardinal

📋 copy color: '#C7223B'

red 199 ◦ green 34 ◦ blue 59

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

Shades of Cardinal #C7223B

Tints of Cardinal #C7223B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.64%

 BLUE value IS 59 (23.44% from 255) = 20.21%

R = 68.15%
G = 11.64%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C7223B (or 0xC7223B) is known color: Cardinal. HEX triplet: C7, 22 and 3B. RGB value is (199,34,59). Sum of RGB (Red+Green+Blue) = 199+34+59=292 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.15% from 292); Green value is 34 (13.67% from 255 or 11.64% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 199 - color contains mainly: red. Hex color #C7223B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7223B is #38DDC4. Grayscale: #565656. Windows color (decimal): -3726789 or 3875527. OLE color: 3875527.

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

Color convert

RGB 199 34 59 -
CMYK 0 0.83 0.70 0.22
HSL 350.91º 0.71% 0.46% -
HSV(B) 350.91º 0.83% 0.78% -
XYZ 24.91 13.6 5.45 -
YUV 86.19 112.66 208.47 -
System Red Green Blue C M Y K H S L
Decimal 199 34 59 0 0.83 0.70 0.22 350.91 0.71 0.46
Hex C7 22 3B 0 53 46 16 15F 47 2E
Octal 307 42 73 0 123 106 26 537 107 56
Binary 11000111 100010 111011 0 1010011 1000110 10110 101011111 1000111 101110

Color Harmonies of #C7223B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7223B

Black with #C7223B

Text Example


Text Example

White with #C7223B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7223B; }

 p { color: rgb(199,34,59); }

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

background-color css

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

 a { background-color: rgb(199,34,59); }

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

border-color css

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

 span { border-color: rgb(199,34,59); }

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