Html Css Color HEX #C8133A Cardinal

📋 copy color: '#C8133A'

red 200 ◦ green 19 ◦ blue 58

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

Shades of Cardinal #C8133A

Tints of Cardinal #C8133A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.86%

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

R = 72.2%
G = 6.86%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C8133A (or 0xC8133A) is known color: Cardinal. HEX triplet: C8, 13 and 3A. RGB value is (200,19,58). Sum of RGB (Red+Green+Blue) = 200+19+58=277 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.20% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 58 (23.05% from 255 or 20.94% from 277); Max value from RGB is 200 - color contains mainly: red. Hex color #C8133A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8133A is #37ECC5. Grayscale: #4D4D4D. Windows color (decimal): -3665094 or 3806152. OLE color: 3806152.

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

Color convert

RGB 200 19 58 -
CMYK 0 0.90 0.71 0.22
HSL 347.07º 0.83% 0.43% -
HSV(B) 347.07º 0.91% 0.78% -
XYZ 24.82 13.05 5.21 -
YUV 77.57 116.97 215.33 -
System Red Green Blue C M Y K H S L
Decimal 200 19 58 0 0.90 0.71 0.22 347.07 0.83 0.43
Hex C8 13 3A 0 5A 47 16 15B 53 2B
Octal 310 23 72 0 132 107 26 533 123 53
Binary 11001000 10011 111010 0 1011010 1000111 10110 101011011 1010011 101011

Color Harmonies of #C8133A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8133A

Black with #C8133A

Text Example


Text Example

White with #C8133A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8133A; }

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

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

background-color css

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

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

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

border-color css

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

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

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