Html Css Color HEX #C2232D Cardinal

📋 copy color: '#C2232D'

red 194 ◦ green 35 ◦ blue 45

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

Shades of Cardinal #C2232D

Tints of Cardinal #C2232D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.77%

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

R = 70.8%
G = 12.77%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C2232D (or 0xC2232D) is known color: Cardinal. HEX triplet: C2, 23 and 2D. RGB value is (194,35,45). Sum of RGB (Red+Green+Blue) = 194+35+45=274 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.80% from 274); Green value is 35 (14.06% from 255 or 12.77% from 274); Blue value is 45 (17.97% from 255 or 16.42% from 274); Max value from RGB is 194 - color contains mainly: red. Hex color #C2232D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2232D is #3DDCD2. Grayscale: #535353. Windows color (decimal): -4054227 or 2958274. OLE color: 2958274.

HSL color Cylindrical-coordinate representation of color #C2232D: hue angle of 356.23º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C2232D is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 35 45 -
CMYK 0 0.82 0.77 0.24
HSL 356.23º 0.69% 0.45% -
HSV(B) 356.23º 0.82% 0.76% -
XYZ 23.32 12.86 3.74 -
YUV 83.68 106.18 206.69 -
System Red Green Blue C M Y K H S L
Decimal 194 35 45 0 0.82 0.77 0.24 356.23 0.69 0.45
Hex C2 23 2D 0 52 4D 18 164 45 2D
Octal 302 43 55 0 122 115 30 544 105 55
Binary 11000010 100011 101101 0 1010010 1001101 11000 101100100 1000101 101101

Color Harmonies of #C2232D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2232D

Black with #C2232D

Text Example


Text Example

White with #C2232D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2232D; }

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

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

background-color css

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

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

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

border-color css

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

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

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