Html Css Color HEX #C22935 Cardinal

📋 copy color: '#C22935'

red 194 ◦ green 41 ◦ blue 53

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

Shades of Cardinal #C22935

Tints of Cardinal #C22935

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.24%

 BLUE value IS 53 (21.09% from 255) = 18.4%

R = 67.36%
G = 14.24%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C22935 (or 0xC22935) is known color: Cardinal. HEX triplet: C2, 29 and 35. RGB value is (194,41,53). Sum of RGB (Red+Green+Blue) = 194+41+53=288 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.36% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 53 (21.09% from 255 or 18.40% from 288); Max value from RGB is 194 - color contains mainly: red. Hex color #C22935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22935 is #3DD6CA. Grayscale: #585858. Windows color (decimal): -4052683 or 3484098. OLE color: 3484098.

HSL color Cylindrical-coordinate representation of color #C22935: hue angle of 355.29º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C22935 is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 41 53 -
CMYK 0 0.79 0.73 0.24
HSL 355.29º 0.65% 0.46% -
HSV(B) 355.29º 0.79% 0.76% -
XYZ 23.68 13.31 4.69 -
YUV 88.12 108.19 203.52 -
System Red Green Blue C M Y K H S L
Decimal 194 41 53 0 0.79 0.73 0.24 355.29 0.65 0.46
Hex C2 29 35 0 4F 49 18 163 41 2E
Octal 302 51 65 0 117 111 30 543 101 56
Binary 11000010 101001 110101 0 1001111 1001001 11000 101100011 1000001 101110

Color Harmonies of #C22935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22935

Black with #C22935

Text Example


Text Example

White with #C22935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22935; }

 p { color: rgb(194,41,53); }

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

background-color css

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

 a { background-color: rgb(194,41,53); }

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

border-color css

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

 span { border-color: rgb(194,41,53); }

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