Html Css Color HEX #C8103C Cardinal

📋 copy color: '#C8103C'

red 200 ◦ green 16 ◦ blue 60

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

Shades of Cardinal #C8103C

Tints of Cardinal #C8103C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.8%

 BLUE value IS 60 (23.83% from 255) = 21.74%

R = 72.46%
G = 5.8%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.7

 K value IS 0.22

RGB Variations

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

Color information

#C8103C (or 0xC8103C) is known color: Cardinal. HEX triplet: C8, 10 and 3C. RGB value is (200,16,60). Sum of RGB (Red+Green+Blue) = 200+16+60=276 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.46% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 200 - color contains mainly: red. Hex color #C8103C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8103C is #37EFC3. Grayscale: #4C4C4C. Windows color (decimal): -3665860 or 3936456. OLE color: 3936456.

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

Color convert

RGB 200 16 60 -
CMYK 0 0.92 0.7 0.22
HSL 345.65º 0.85% 0.42% -
HSV(B) 345.65º 0.92% 0.78% -
XYZ 24.82 12.98 5.47 -
YUV 76.03 118.96 216.42 -
System Red Green Blue C M Y K H S L
Decimal 200 16 60 0 0.92 0.7 0.22 345.65 0.85 0.42
Hex C8 10 3C 0 5C 46 16 15A 55 2A
Octal 310 20 74 0 134 106 26 532 125 52
Binary 11001000 10000 111100 0 1011100 1000110 10110 101011010 1010101 101010

Color Harmonies of #C8103C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8103C

Black with #C8103C

Text Example


Text Example

White with #C8103C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8103C; }

 p { color: rgb(200,16,60); }

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

background-color css

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

 a { background-color: rgb(200,16,60); }

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

border-color css

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

 span { border-color: rgb(200,16,60); }

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