Html Css Color HEX #C2184B Cardinal

📋 copy color: '#C2184B'

red 194 ◦ green 24 ◦ blue 75

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

Shades of Cardinal #C2184B

Tints of Cardinal #C2184B

RGB

 RED value IS 194 (76.17% from 255) = 66.21%

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

 BLUE value IS 75 (29.69% from 255) = 25.6%

R = 66.21%
G = 8.19%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2184B (or 0xC2184B) is known color: Cardinal. HEX triplet: C2, 18 and 4B. RGB value is (194,24,75). Sum of RGB (Red+Green+Blue) = 194+24+75=293 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.21% from 293); Green value is 24 (9.77% from 255 or 8.19% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 194 - color contains mainly: red. Hex color #C2184B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2184B is #3DE7B4. Grayscale: #505050. Windows color (decimal): -4057013 or 4921538. OLE color: 4921538.

HSL color Cylindrical-coordinate representation of color #C2184B: hue angle of 342º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C2184B is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 24 75 -
CMYK 0 0.88 0.61 0.24
HSL 342º 0.78% 0.43% -
HSV(B) 342º 0.88% 0.76% -
XYZ 23.84 12.63 7.84 -
YUV 80.64 124.82 208.85 -
System Red Green Blue C M Y K H S L
Decimal 194 24 75 0 0.88 0.61 0.24 342 0.78 0.43
Hex C2 18 4B 0 58 3D 18 156 4E 2B
Octal 302 30 113 0 130 75 30 526 116 53
Binary 11000010 11000 1001011 0 1011000 111101 11000 101010110 1001110 101011

Color Harmonies of #C2184B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2184B

Black with #C2184B

Text Example


Text Example

White with #C2184B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2184B; }

 p { color: rgb(194,24,75); }

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

background-color css

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

 a { background-color: rgb(194,24,75); }

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

border-color css

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

 span { border-color: rgb(194,24,75); }

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