Html Css Color HEX #C2223F Cardinal

📋 copy color: '#C2223F'

red 194 ◦ green 34 ◦ blue 63

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

Shades of Cardinal #C2223F

Tints of Cardinal #C2223F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.68%

 BLUE value IS 63 (25% from 255) = 21.65%

R = 66.67%
G = 11.68%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2223F (or 0xC2223F) is known color: Cardinal. HEX triplet: C2, 22 and 3F. RGB value is (194,34,63). Sum of RGB (Red+Green+Blue) = 194+34+63=291 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.67% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 194 - color contains mainly: red. Hex color #C2223F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2223F is #3DDDC0. Grayscale: #555555. Windows color (decimal): -4054465 or 4137666. OLE color: 4137666.

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

Color convert

RGB 194 34 63 -
CMYK 0 0.82 0.68 0.24
HSL 349.13º 0.7% 0.45% -
HSV(B) 349.13º 0.82% 0.76% -
XYZ 23.72 12.97 5.96 -
YUV 85.15 115.51 205.64 -
System Red Green Blue C M Y K H S L
Decimal 194 34 63 0 0.82 0.68 0.24 349.13 0.7 0.45
Hex C2 22 3F 0 52 44 18 15D 46 2D
Octal 302 42 77 0 122 104 30 535 106 55
Binary 11000010 100010 111111 0 1010010 1000100 11000 101011101 1000110 101101

Color Harmonies of #C2223F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2223F

Black with #C2223F

Text Example


Text Example

White with #C2223F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2223F; }

 p { color: rgb(194,34,63); }

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

background-color css

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

 a { background-color: rgb(194,34,63); }

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

border-color css

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

 span { border-color: rgb(194,34,63); }

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