Html Css Color HEX #C2183B Cardinal

📋 copy color: '#C2183B'

red 194 ◦ green 24 ◦ blue 59

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

Shades of Cardinal #C2183B

Tints of Cardinal #C2183B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.3%

R = 70.04%
G = 8.66%
B = 21.3%

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

#C2183B (or 0xC2183B) is known color: Cardinal. HEX triplet: C2, 18 and 3B. RGB value is (194,24,59). Sum of RGB (Red+Green+Blue) = 194+24+59=277 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.04% from 277); Green value is 24 (9.77% from 255 or 8.66% from 277); Blue value is 59 (23.44% from 255 or 21.30% from 277); Max value from RGB is 194 - color contains mainly: red. Hex color #C2183B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2183B is #3DE7C4. Grayscale: #4E4E4E. Windows color (decimal): -4057029 or 3872962. OLE color: 3872962.

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

Color convert

RGB 194 24 59 -
CMYK 0 0.88 0.70 0.24
HSL 347.65º 0.78% 0.43% -
HSV(B) 347.65º 0.88% 0.76% -
XYZ 23.36 12.44 5.31 -
YUV 78.82 116.82 210.15 -
System Red Green Blue C M Y K H S L
Decimal 194 24 59 0 0.88 0.70 0.24 347.65 0.78 0.43
Hex C2 18 3B 0 58 46 18 15C 4E 2B
Octal 302 30 73 0 130 106 30 534 116 53
Binary 11000010 11000 111011 0 1011000 1000110 11000 101011100 1001110 101011

Color Harmonies of #C2183B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2183B

Black with #C2183B

Text Example


Text Example

White with #C2183B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2183B; }

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

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

background-color css

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

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

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

border-color css

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

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

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