Html Css Color HEX #C8193D Cardinal

📋 copy color: '#C8193D'

red 200 ◦ green 25 ◦ blue 61

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

Shades of Cardinal #C8193D

Tints of Cardinal #C8193D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.33%

R = 69.93%
G = 8.74%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C8193D (or 0xC8193D) is known color: Cardinal. HEX triplet: C8, 19 and 3D. RGB value is (200,25,61). Sum of RGB (Red+Green+Blue) = 200+25+61=286 (37% of max value = 765). Red value is 200 (78.52% from 255 or 69.93% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 200 - color contains mainly: red. Hex color #C8193D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8193D is #37E6C2. Grayscale: #515151. Windows color (decimal): -3663555 or 4004296. OLE color: 4004296.

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

Color convert

RGB 200 25 61 -
CMYK 0 0.88 0.69 0.22
HSL 347.66º 0.78% 0.44% -
HSV(B) 347.66º 0.88% 0.78% -
XYZ 25.01 13.31 5.67 -
YUV 81.43 116.48 212.57 -
System Red Green Blue C M Y K H S L
Decimal 200 25 61 0 0.88 0.69 0.22 347.66 0.78 0.44
Hex C8 19 3D 0 58 45 16 15C 4E 2C
Octal 310 31 75 0 130 105 26 534 116 54
Binary 11001000 11001 111101 0 1011000 1000101 10110 101011100 1001110 101100

Color Harmonies of #C8193D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8193D

Black with #C8193D

Text Example


Text Example

White with #C8193D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8193D; }

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

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

background-color css

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

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

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

border-color css

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

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

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