Html Css Color HEX #C8184A Cardinal

📋 copy color: '#C8184A'

red 200 ◦ green 24 ◦ blue 74

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

Shades of Cardinal #C8184A

Tints of Cardinal #C8184A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.83%

R = 67.11%
G = 8.05%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C8184A (or 0xC8184A) is known color: Cardinal. HEX triplet: C8, 18 and 4A. RGB value is (200,24,74). Sum of RGB (Red+Green+Blue) = 200+24+74=298 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.11% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 200 - color contains mainly: red. Hex color #C8184A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8184A is #37E7B5. Grayscale: #525252. Windows color (decimal): -3663798 or 4856008. OLE color: 4856008.

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

Color convert

RGB 200 24 74 -
CMYK 0 0.88 0.63 0.22
HSL 342.95º 0.79% 0.44% -
HSV(B) 342.95º 0.88% 0.78% -
XYZ 25.38 13.43 7.73 -
YUV 82.32 123.31 211.93 -
System Red Green Blue C M Y K H S L
Decimal 200 24 74 0 0.88 0.63 0.22 342.95 0.79 0.44
Hex C8 18 4A 0 58 3F 16 157 4F 2C
Octal 310 30 112 0 130 77 26 527 117 54
Binary 11001000 11000 1001010 0 1011000 111111 10110 101010111 1001111 101100

Color Harmonies of #C8184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8184A

Black with #C8184A

Text Example


Text Example

White with #C8184A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8184A; }

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

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

background-color css

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

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

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

border-color css

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

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

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