Html Css Color HEX #C2183A Cardinal

📋 copy color: '#C2183A'

red 194 ◦ green 24 ◦ blue 58

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

Shades of Cardinal #C2183A

Tints of Cardinal #C2183A

RGB

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

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

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

R = 70.29%
G = 8.7%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C2183A (or 0xC2183A) is known color: Cardinal. HEX triplet: C2, 18 and 3A. RGB value is (194,24,58). Sum of RGB (Red+Green+Blue) = 194+24+58=276 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.29% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 58 (23.05% from 255 or 21.01% from 276); Max value from RGB is 194 - color contains mainly: red. Hex color #C2183A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2183A is #3DE7C5. Grayscale: #4E4E4E. Windows color (decimal): -4057030 or 3807426. OLE color: 3807426.

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

Color convert

RGB 194 24 58 -
CMYK 0 0.88 0.70 0.24
HSL 348º 0.78% 0.43% -
HSV(B) 348º 0.88% 0.76% -
XYZ 23.34 12.43 5.17 -
YUV 78.71 116.32 210.24 -
System Red Green Blue C M Y K H S L
Decimal 194 24 58 0 0.88 0.70 0.24 348 0.78 0.43
Hex C2 18 3A 0 58 46 18 15C 4E 2B
Octal 302 30 72 0 130 106 30 534 116 53
Binary 11000010 11000 111010 0 1011000 1000110 11000 101011100 1001110 101011

Color Harmonies of #C2183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2183A

Black with #C2183A

Text Example


Text Example

White with #C2183A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2183A; }

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

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

background-color css

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

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

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

border-color css

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

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

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