Html Css Color HEX #C8083A Cardinal

📋 copy color: '#C8083A'

red 200 ◦ green 8 ◦ blue 58

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

Shades of Cardinal #C8083A

Tints of Cardinal #C8083A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.01%

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

R = 75.19%
G = 3.01%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C8083A (or 0xC8083A) is known color: Cardinal. HEX triplet: C8, 08 and 3A. RGB value is (200,8,58). Sum of RGB (Red+Green+Blue) = 200+8+58=266 (35% of max value = 765). Red value is 200 (78.52% from 255 or 75.19% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 200 - color contains mainly: red. Hex color #C8083A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8083A is #37F7C5. Grayscale: #474747. Windows color (decimal): -3667910 or 3803336. OLE color: 3803336.

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

Color convert

RGB 200 8 58 -
CMYK 0 0.96 0.71 0.22
HSL 344.38º 0.92% 0.41% -
HSV(B) 344.38º 0.96% 0.78% -
XYZ 24.67 12.76 5.17 -
YUV 71.11 120.61 219.93 -
System Red Green Blue C M Y K H S L
Decimal 200 8 58 0 0.96 0.71 0.22 344.38 0.92 0.41
Hex C8 8 3A 0 60 47 16 158 5C 29
Octal 310 10 72 0 140 107 26 530 134 51
Binary 11001000 1000 111010 0 1100000 1000111 10110 101011000 1011100 101001

Color Harmonies of #C8083A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8083A

Black with #C8083A

Text Example


Text Example

White with #C8083A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8083A; }

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

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

background-color css

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

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

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

border-color css

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

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

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