Html Css Color HEX #C2232F Cardinal

📋 copy color: '#C2232F'

red 194 ◦ green 35 ◦ blue 47

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

Shades of Cardinal #C2232F

Tints of Cardinal #C2232F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.03%

R = 70.29%
G = 12.68%
B = 17.03%

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

#C2232F (or 0xC2232F) is known color: Cardinal. HEX triplet: C2, 23 and 2F. RGB value is (194,35,47). Sum of RGB (Red+Green+Blue) = 194+35+47=276 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.29% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 194 - color contains mainly: red. Hex color #C2232F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2232F is #3DDCD0. Grayscale: #545454. Windows color (decimal): -4054225 or 3089346. OLE color: 3089346.

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

Color convert

RGB 194 35 47 -
CMYK 0 0.82 0.76 0.24
HSL 355.47º 0.69% 0.45% -
HSV(B) 355.47º 0.82% 0.76% -
XYZ 23.36 12.88 3.94 -
YUV 83.91 107.18 206.52 -
System Red Green Blue C M Y K H S L
Decimal 194 35 47 0 0.82 0.76 0.24 355.47 0.69 0.45
Hex C2 23 2F 0 52 4C 18 163 45 2D
Octal 302 43 57 0 122 114 30 543 105 55
Binary 11000010 100011 101111 0 1010010 1001100 11000 101100011 1000101 101101

Color Harmonies of #C2232F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2232F

Black with #C2232F

Text Example


Text Example

White with #C2232F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2232F; }

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

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

background-color css

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

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

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

border-color css

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

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

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