Html Css Color HEX #C2182D Cardinal

📋 copy color: '#C2182D'

red 194 ◦ green 24 ◦ blue 45

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

Shades of Cardinal #C2182D

Tints of Cardinal #C2182D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.11%

R = 73.76%
G = 9.13%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C2182D (or 0xC2182D) is known color: Cardinal. HEX triplet: C2, 18 and 2D. RGB value is (194,24,45). Sum of RGB (Red+Green+Blue) = 194+24+45=263 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.76% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 45 (17.97% from 255 or 17.11% from 263); Max value from RGB is 194 - color contains mainly: red. Hex color #C2182D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2182D is #3DE7D2. Grayscale: #4D4D4D. Windows color (decimal): -4057043 or 2955458. OLE color: 2955458.

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

Color convert

RGB 194 24 45 -
CMYK 0 0.88 0.77 0.24
HSL 352.59º 0.78% 0.43% -
HSV(B) 352.59º 0.88% 0.76% -
XYZ 23.05 12.31 3.64 -
YUV 77.22 109.82 211.29 -
System Red Green Blue C M Y K H S L
Decimal 194 24 45 0 0.88 0.77 0.24 352.59 0.78 0.43
Hex C2 18 2D 0 58 4D 18 161 4E 2B
Octal 302 30 55 0 130 115 30 541 116 53
Binary 11000010 11000 101101 0 1011000 1001101 11000 101100001 1001110 101011

Color Harmonies of #C2182D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2182D

Black with #C2182D

Text Example


Text Example

White with #C2182D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2182D; }

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

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

background-color css

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

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

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

border-color css

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

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

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