Html Css Color HEX #C7162D Cardinal

📋 copy color: '#C7162D'

red 199 ◦ green 22 ◦ blue 45

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

Shades of Cardinal #C7162D

Tints of Cardinal #C7162D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.27%

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

R = 74.81%
G = 8.27%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C7162D (or 0xC7162D) is known color: Cardinal. HEX triplet: C7, 16 and 2D. RGB value is (199,22,45). Sum of RGB (Red+Green+Blue) = 199+22+45=266 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.81% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 199 - color contains mainly: red. Hex color #C7162D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7162D is #38E9D2. Grayscale: #4D4D4D. Windows color (decimal): -3729875 or 2954951. OLE color: 2954951.

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

Color convert

RGB 199 22 45 -
CMYK 0 0.89 0.77 0.22
HSL 352.2º 0.8% 0.43% -
HSV(B) 352.2º 0.89% 0.78% -
XYZ 24.31 12.91 3.69 -
YUV 77.55 109.64 214.63 -
System Red Green Blue C M Y K H S L
Decimal 199 22 45 0 0.89 0.77 0.22 352.2 0.8 0.43
Hex C7 16 2D 0 59 4D 16 160 50 2B
Octal 307 26 55 0 131 115 26 540 120 53
Binary 11000111 10110 101101 0 1011001 1001101 10110 101100000 1010000 101011

Color Harmonies of #C7162D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7162D

Black with #C7162D

Text Example


Text Example

White with #C7162D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7162D; }

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

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

background-color css

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

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

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

border-color css

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

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

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