Html Css Color HEX #C7202C Cardinal

📋 copy color: '#C7202C'

red 199 ◦ green 32 ◦ blue 44

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

Shades of Cardinal #C7202C

Tints of Cardinal #C7202C

RGB

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

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

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

R = 72.36%
G = 11.64%
B = 16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C7202C (or 0xC7202C) is known color: Cardinal. HEX triplet: C7, 20 and 2C. RGB value is (199,32,44). Sum of RGB (Red+Green+Blue) = 199+32+44=275 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.36% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 199 - color contains mainly: red. Hex color #C7202C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7202C is #38DFD3. Grayscale: #535353. Windows color (decimal): -3727316 or 2891975. OLE color: 2891975.

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

Color convert

RGB 199 32 44 -
CMYK 0 0.84 0.78 0.22
HSL 355.69º 0.72% 0.45% -
HSV(B) 355.69º 0.84% 0.78% -
XYZ 24.52 13.36 3.67 -
YUV 83.3 105.83 210.52 -
System Red Green Blue C M Y K H S L
Decimal 199 32 44 0 0.84 0.78 0.22 355.69 0.72 0.45
Hex C7 20 2C 0 54 4E 16 164 48 2D
Octal 307 40 54 0 124 116 26 544 110 55
Binary 11000111 100000 101100 0 1010100 1001110 10110 101100100 1001000 101101

Color Harmonies of #C7202C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7202C

Black with #C7202C

Text Example


Text Example

White with #C7202C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7202C; }

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

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

background-color css

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

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

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

border-color css

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

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

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