Html Css Color HEX #C2232A Cardinal

📋 copy color: '#C2232A'

red 194 ◦ green 35 ◦ blue 42

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

Shades of Cardinal #C2232A

Tints of Cardinal #C2232A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.5%

R = 71.59%
G = 12.92%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C2232A (or 0xC2232A) is known color: Cardinal. HEX triplet: C2, 23 and 2A. RGB value is (194,35,42). Sum of RGB (Red+Green+Blue) = 194+35+42=271 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.59% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 194 - color contains mainly: red. Hex color #C2232A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2232A is #3DDCD5. Grayscale: #535353. Windows color (decimal): -4054230 or 2761666. OLE color: 2761666.

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

Color convert

RGB 194 35 42 -
CMYK 0 0.82 0.78 0.24
HSL 357.36º 0.69% 0.45% -
HSV(B) 357.36º 0.82% 0.76% -
XYZ 23.27 12.84 3.44 -
YUV 83.34 104.68 206.93 -
System Red Green Blue C M Y K H S L
Decimal 194 35 42 0 0.82 0.78 0.24 357.36 0.69 0.45
Hex C2 23 2A 0 52 4E 18 165 45 2D
Octal 302 43 52 0 122 116 30 545 105 55
Binary 11000010 100011 101010 0 1010010 1001110 11000 101100101 1000101 101101

Color Harmonies of #C2232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2232A

Black with #C2232A

Text Example


Text Example

White with #C2232A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2232A; }

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

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

background-color css

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

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

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

border-color css

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

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

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