Html Css Color HEX #C7202E Cardinal

📋 copy color: '#C7202E'

red 199 ◦ green 32 ◦ blue 46

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

Shades of Cardinal #C7202E

Tints of Cardinal #C7202E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.55%

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

R = 71.84%
G = 11.55%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C7202E (or 0xC7202E) is known color: Cardinal. HEX triplet: C7, 20 and 2E. RGB value is (199,32,46). Sum of RGB (Red+Green+Blue) = 199+32+46=277 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.84% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 199 - color contains mainly: red. Hex color #C7202E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7202E is #38DFD1. Grayscale: #535353. Windows color (decimal): -3727314 or 3023047. OLE color: 3023047.

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

Color convert

RGB 199 32 46 -
CMYK 0 0.84 0.77 0.22
HSL 354.97º 0.72% 0.45% -
HSV(B) 354.97º 0.84% 0.78% -
XYZ 24.56 13.37 3.87 -
YUV 83.53 106.83 210.36 -
System Red Green Blue C M Y K H S L
Decimal 199 32 46 0 0.84 0.77 0.22 354.97 0.72 0.45
Hex C7 20 2E 0 54 4D 16 163 48 2D
Octal 307 40 56 0 124 115 26 543 110 55
Binary 11000111 100000 101110 0 1010100 1001101 10110 101100011 1001000 101101

Color Harmonies of #C7202E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7202E

Black with #C7202E

Text Example


Text Example

White with #C7202E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7202E; }

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

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

background-color css

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

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

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

border-color css

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

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

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