Html Css Color HEX #C2232E Cardinal

📋 copy color: '#C2232E'

red 194 ◦ green 35 ◦ blue 46

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

Shades of Cardinal #C2232E

Tints of Cardinal #C2232E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.73%

R = 70.55%
G = 12.73%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C2232E (or 0xC2232E) is known color: Cardinal. HEX triplet: C2, 23 and 2E. RGB value is (194,35,46). Sum of RGB (Red+Green+Blue) = 194+35+46=275 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.55% from 275); Green value is 35 (14.06% from 255 or 12.73% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 194 - color contains mainly: red. Hex color #C2232E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2232E is #3DDCD1. Grayscale: #535353. Windows color (decimal): -4054226 or 3023810. OLE color: 3023810.

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

Color convert

RGB 194 35 46 -
CMYK 0 0.82 0.76 0.24
HSL 355.85º 0.69% 0.45% -
HSV(B) 355.85º 0.82% 0.76% -
XYZ 23.34 12.87 3.84 -
YUV 83.8 106.68 206.61 -
System Red Green Blue C M Y K H S L
Decimal 194 35 46 0 0.82 0.76 0.24 355.85 0.69 0.45
Hex C2 23 2E 0 52 4C 18 164 45 2D
Octal 302 43 56 0 122 114 30 544 105 55
Binary 11000010 100011 101110 0 1010010 1001100 11000 101100100 1000101 101101

Color Harmonies of #C2232E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2232E

Black with #C2232E

Text Example


Text Example

White with #C2232E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2232E; }

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

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

background-color css

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

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

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

border-color css

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

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

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