Html Css Color HEX #C8193F Cardinal

📋 copy color: '#C8193F'

red 200 ◦ green 25 ◦ blue 63

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

Shades of Cardinal #C8193F

Tints of Cardinal #C8193F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.88%

R = 69.44%
G = 8.68%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C8193F (or 0xC8193F) is known color: Cardinal. HEX triplet: C8, 19 and 3F. RGB value is (200,25,63). Sum of RGB (Red+Green+Blue) = 200+25+63=288 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.44% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 200 - color contains mainly: red. Hex color #C8193F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8193F is #37E6C0. Grayscale: #515151. Windows color (decimal): -3663553 or 4135368. OLE color: 4135368.

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

Color convert

RGB 200 25 63 -
CMYK 0 0.88 0.68 0.22
HSL 346.97º 0.78% 0.44% -
HSV(B) 346.97º 0.88% 0.78% -
XYZ 25.06 13.33 5.96 -
YUV 81.66 117.48 212.41 -
System Red Green Blue C M Y K H S L
Decimal 200 25 63 0 0.88 0.68 0.22 346.97 0.78 0.44
Hex C8 19 3F 0 58 44 16 15B 4E 2C
Octal 310 31 77 0 130 104 26 533 116 54
Binary 11001000 11001 111111 0 1011000 1000100 10110 101011011 1001110 101100

Color Harmonies of #C8193F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8193F

Black with #C8193F

Text Example


Text Example

White with #C8193F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8193F; }

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

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

background-color css

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

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

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

border-color css

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

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

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