Html Css Color HEX #C8182E Cardinal

📋 copy color: '#C8182E'

red 200 ◦ green 24 ◦ blue 46

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

Shades of Cardinal #C8182E

Tints of Cardinal #C8182E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.89%

 BLUE value IS 46 (18.36% from 255) = 17.04%

R = 74.07%
G = 8.89%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C8182E (or 0xC8182E) is known color: Cardinal. HEX triplet: C8, 18 and 2E. RGB value is (200,24,46). Sum of RGB (Red+Green+Blue) = 200+24+46=270 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.07% from 270); Green value is 24 (9.77% from 255 or 8.89% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 200 - color contains mainly: red. Hex color #C8182E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8182E is #37E7D1. Grayscale: #4F4F4F. Windows color (decimal): -3663826 or 3021000. OLE color: 3021000.

HSL color Cylindrical-coordinate representation of color #C8182E: hue angle of 352.5º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8182E is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 24 46 -
CMYK 0 0.88 0.77 0.22
HSL 352.5º 0.79% 0.44% -
HSV(B) 352.5º 0.88% 0.78% -
XYZ 24.64 13.13 3.82 -
YUV 79.13 109.31 214.21 -
System Red Green Blue C M Y K H S L
Decimal 200 24 46 0 0.88 0.77 0.22 352.5 0.79 0.44
Hex C8 18 2E 0 58 4D 16 160 4F 2C
Octal 310 30 56 0 130 115 26 540 117 54
Binary 11001000 11000 101110 0 1011000 1001101 10110 101100000 1001111 101100

Color Harmonies of #C8182E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8182E

Black with #C8182E

Text Example


Text Example

White with #C8182E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8182E; }

 p { color: rgb(200,24,46); }

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

background-color css

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

 a { background-color: rgb(200,24,46); }

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

border-color css

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

 span { border-color: rgb(200,24,46); }

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