Html Css Color HEX #C22731 Cardinal

📋 copy color: '#C22731'

red 194 ◦ green 39 ◦ blue 49

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

Shades of Cardinal #C22731

Tints of Cardinal #C22731

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.83%

 BLUE value IS 49 (19.53% from 255) = 17.38%

R = 68.79%
G = 13.83%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C22731 (or 0xC22731) is known color: Cardinal. HEX triplet: C2, 27 and 31. RGB value is (194,39,49). Sum of RGB (Red+Green+Blue) = 194+39+49=282 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.79% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 49 (19.53% from 255 or 17.38% from 282); Max value from RGB is 194 - color contains mainly: red. Hex color #C22731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22731 is #3DD8CE. Grayscale: #565656. Windows color (decimal): -4053199 or 3221442. OLE color: 3221442.

HSL color Cylindrical-coordinate representation of color #C22731: hue angle of 356.13º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C22731 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 39 49 -
CMYK 0 0.80 0.75 0.24
HSL 356.13º 0.67% 0.46% -
HSV(B) 356.13º 0.8% 0.76% -
XYZ 23.53 13.14 4.2 -
YUV 86.49 106.85 204.69 -
System Red Green Blue C M Y K H S L
Decimal 194 39 49 0 0.80 0.75 0.24 356.13 0.67 0.46
Hex C2 27 31 0 50 4B 18 164 43 2E
Octal 302 47 61 0 120 113 30 544 103 56
Binary 11000010 100111 110001 0 1010000 1001011 11000 101100100 1000011 101110

Color Harmonies of #C22731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22731

Black with #C22731

Text Example


Text Example

White with #C22731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22731; }

 p { color: rgb(194,39,49); }

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

background-color css

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

 a { background-color: rgb(194,39,49); }

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

border-color css

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

 span { border-color: rgb(194,39,49); }

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