Html Css Color HEX #C8123C Cardinal

📋 copy color: '#C8123C'

red 200 ◦ green 18 ◦ blue 60

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

Shades of Cardinal #C8123C

Tints of Cardinal #C8123C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.47%

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

R = 71.94%
G = 6.47%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.7

 K value IS 0.22

RGB Variations

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

Color information

#C8123C (or 0xC8123C) is known color: Cardinal. HEX triplet: C8, 12 and 3C. RGB value is (200,18,60). Sum of RGB (Red+Green+Blue) = 200+18+60=278 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.94% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 60 (23.83% from 255 or 21.58% from 278); Max value from RGB is 200 - color contains mainly: red. Hex color #C8123C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8123C is #37EDC3. Grayscale: #4D4D4D. Windows color (decimal): -3665348 or 3936968. OLE color: 3936968.

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

Color convert

RGB 200 18 60 -
CMYK 0 0.91 0.7 0.22
HSL 346.15º 0.83% 0.43% -
HSV(B) 346.15º 0.91% 0.78% -
XYZ 24.85 13.04 5.48 -
YUV 77.21 118.3 215.58 -
System Red Green Blue C M Y K H S L
Decimal 200 18 60 0 0.91 0.7 0.22 346.15 0.83 0.43
Hex C8 12 3C 0 5B 46 16 15A 53 2B
Octal 310 22 74 0 133 106 26 532 123 53
Binary 11001000 10010 111100 0 1011011 1000110 10110 101011010 1010011 101011

Color Harmonies of #C8123C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8123C

Black with #C8123C

Text Example


Text Example

White with #C8123C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8123C; }

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

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

background-color css

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

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

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

border-color css

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

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

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