Html Css Color HEX #C8123A Cardinal

📋 copy color: '#C8123A'

red 200 ◦ green 18 ◦ blue 58

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

Shades of Cardinal #C8123A

Tints of Cardinal #C8123A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.01%

R = 72.46%
G = 6.52%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C8123A (or 0xC8123A) is known color: Cardinal. HEX triplet: C8, 12 and 3A. RGB value is (200,18,58). Sum of RGB (Red+Green+Blue) = 200+18+58=276 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.46% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 58 (23.05% from 255 or 21.01% from 276); Max value from RGB is 200 - color contains mainly: red. Hex color #C8123A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8123A is #37EDC5. Grayscale: #4D4D4D. Windows color (decimal): -3665350 or 3805896. OLE color: 3805896.

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

Color convert

RGB 200 18 58 -
CMYK 0 0.91 0.71 0.22
HSL 346.81º 0.83% 0.43% -
HSV(B) 346.81º 0.91% 0.78% -
XYZ 24.8 13.02 5.21 -
YUV 76.98 117.3 215.75 -
System Red Green Blue C M Y K H S L
Decimal 200 18 58 0 0.91 0.71 0.22 346.81 0.83 0.43
Hex C8 12 3A 0 5B 47 16 15B 53 2B
Octal 310 22 72 0 133 107 26 533 123 53
Binary 11001000 10010 111010 0 1011011 1000111 10110 101011011 1010011 101011

Color Harmonies of #C8123A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8123A

Black with #C8123A

Text Example


Text Example

White with #C8123A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8123A; }

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

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

background-color css

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

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

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

border-color css

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

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

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