Html Css Color HEX #C8182F Cardinal

📋 copy color: '#C8182F'

red 200 ◦ green 24 ◦ blue 47

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

Shades of Cardinal #C8182F

Tints of Cardinal #C8182F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.34%

R = 73.8%
G = 8.86%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C8182F (or 0xC8182F) is known color: Cardinal. HEX triplet: C8, 18 and 2F. RGB value is (200,24,47). Sum of RGB (Red+Green+Blue) = 200+24+47=271 (35% of max value = 765). Red value is 200 (78.52% from 255 or 73.80% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 200 - color contains mainly: red. Hex color #C8182F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8182F is #37E7D0. Grayscale: #4F4F4F. Windows color (decimal): -3663825 or 3086536. OLE color: 3086536.

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

Color convert

RGB 200 24 47 -
CMYK 0 0.88 0.76 0.22
HSL 352.16º 0.79% 0.44% -
HSV(B) 352.16º 0.88% 0.78% -
XYZ 24.66 13.14 3.93 -
YUV 79.25 109.81 214.13 -
System Red Green Blue C M Y K H S L
Decimal 200 24 47 0 0.88 0.76 0.22 352.16 0.79 0.44
Hex C8 18 2F 0 58 4C 16 160 4F 2C
Octal 310 30 57 0 130 114 26 540 117 54
Binary 11001000 11000 101111 0 1011000 1001100 10110 101100000 1001111 101100

Color Harmonies of #C8182F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8182F

Black with #C8182F

Text Example


Text Example

White with #C8182F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8182F; }

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

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

background-color css

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

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

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

border-color css

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

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

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