Html Css Color HEX #C7202D Cardinal

📋 copy color: '#C7202D'

red 199 ◦ green 32 ◦ blue 45

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

Shades of Cardinal #C7202D

Tints of Cardinal #C7202D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.3%

R = 72.1%
G = 11.59%
B = 16.3%

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

#C7202D (or 0xC7202D) is known color: Cardinal. HEX triplet: C7, 20 and 2D. RGB value is (199,32,45). Sum of RGB (Red+Green+Blue) = 199+32+45=276 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.10% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 199 - color contains mainly: red. Hex color #C7202D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7202D is #38DFD2. Grayscale: #535353. Windows color (decimal): -3727315 or 2957511. OLE color: 2957511.

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

Color convert

RGB 199 32 45 -
CMYK 0 0.84 0.77 0.22
HSL 355.33º 0.72% 0.45% -
HSV(B) 355.33º 0.84% 0.78% -
XYZ 24.54 13.36 3.77 -
YUV 83.42 106.33 210.44 -
System Red Green Blue C M Y K H S L
Decimal 199 32 45 0 0.84 0.77 0.22 355.33 0.72 0.45
Hex C7 20 2D 0 54 4D 16 163 48 2D
Octal 307 40 55 0 124 115 26 543 110 55
Binary 11000111 100000 101101 0 1010100 1001101 10110 101100011 1001000 101101

Color Harmonies of #C7202D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7202D

Black with #C7202D

Text Example


Text Example

White with #C7202D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7202D; }

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

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

background-color css

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

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

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

border-color css

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

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

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