Html Css Color HEX #C8192D Cardinal

📋 copy color: '#C8192D'

red 200 ◦ green 25 ◦ blue 45

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

Shades of Cardinal #C8192D

Tints of Cardinal #C8192D

RGB

 RED value IS 200 (78.52% from 255) = 74.07%

 GREEN value IS 25 (10.16% from 255) = 9.26%

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

R = 74.07%
G = 9.26%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C8192D (or 0xC8192D) is known color: Cardinal. HEX triplet: C8, 19 and 2D. RGB value is (200,25,45). Sum of RGB (Red+Green+Blue) = 200+25+45=270 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.07% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 200 - color contains mainly: red. Hex color #C8192D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8192D is #37E6D2. Grayscale: #4F4F4F. Windows color (decimal): -3663571 or 2955720. OLE color: 2955720.

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

Color convert

RGB 200 25 45 -
CMYK 0 0.88 0.78 0.22
HSL 353.14º 0.78% 0.44% -
HSV(B) 353.14º 0.88% 0.78% -
XYZ 24.64 13.16 3.72 -
YUV 79.61 108.48 213.87 -
System Red Green Blue C M Y K H S L
Decimal 200 25 45 0 0.88 0.78 0.22 353.14 0.78 0.44
Hex C8 19 2D 0 58 4E 16 161 4E 2C
Octal 310 31 55 0 130 116 26 541 116 54
Binary 11001000 11001 101101 0 1011000 1001110 10110 101100001 1001110 101100

Color Harmonies of #C8192D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8192D

Black with #C8192D

Text Example


Text Example

White with #C8192D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8192D; }

 p { color: rgb(200,25,45); }

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

background-color css

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

 a { background-color: rgb(200,25,45); }

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

border-color css

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

 span { border-color: rgb(200,25,45); }

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