Html Css Color HEX #C2222F Cardinal

📋 copy color: '#C2222F'

red 194 ◦ green 34 ◦ blue 47

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

Shades of Cardinal #C2222F

Tints of Cardinal #C2222F

RGB

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

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

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

R = 70.55%
G = 12.36%
B = 17.09%

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

#C2222F (or 0xC2222F) is known color: Cardinal. HEX triplet: C2, 22 and 2F. RGB value is (194,34,47). Sum of RGB (Red+Green+Blue) = 194+34+47=275 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.55% from 275); Green value is 34 (13.67% from 255 or 12.36% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 194 - color contains mainly: red. Hex color #C2222F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2222F is #3DDDD0. Grayscale: #535353. Windows color (decimal): -4054481 or 3089090. OLE color: 3089090.

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

Color convert

RGB 194 34 47 -
CMYK 0 0.82 0.76 0.24
HSL 355.13º 0.7% 0.45% -
HSV(B) 355.13º 0.82% 0.76% -
XYZ 23.33 12.82 3.93 -
YUV 83.32 107.51 206.94 -
System Red Green Blue C M Y K H S L
Decimal 194 34 47 0 0.82 0.76 0.24 355.13 0.7 0.45
Hex C2 22 2F 0 52 4C 18 163 46 2D
Octal 302 42 57 0 122 114 30 543 106 55
Binary 11000010 100010 101111 0 1010010 1001100 11000 101100011 1000110 101101

Color Harmonies of #C2222F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2222F

Black with #C2222F

Text Example


Text Example

White with #C2222F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2222F; }

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

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

background-color css

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

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

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

border-color css

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

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

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