Html Css Color HEX #C22730 Cardinal

📋 copy color: '#C22730'

red 194 ◦ green 39 ◦ blue 48

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

Shades of Cardinal #C22730

Tints of Cardinal #C22730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.08%

R = 69.04%
G = 13.88%
B = 17.08%

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

#C22730 (or 0xC22730) is known color: Cardinal. HEX triplet: C2, 27 and 30. RGB value is (194,39,48). Sum of RGB (Red+Green+Blue) = 194+39+48=281 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.04% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 194 - color contains mainly: red. Hex color #C22730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22730 is #3DD8CF. Grayscale: #565656. Windows color (decimal): -4053200 or 3155906. OLE color: 3155906.

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

Color convert

RGB 194 39 48 -
CMYK 0 0.80 0.75 0.24
HSL 356.52º 0.67% 0.46% -
HSV(B) 356.52º 0.8% 0.76% -
XYZ 23.51 13.13 4.09 -
YUV 86.37 106.35 204.77 -
System Red Green Blue C M Y K H S L
Decimal 194 39 48 0 0.80 0.75 0.24 356.52 0.67 0.46
Hex C2 27 30 0 50 4B 18 165 43 2E
Octal 302 47 60 0 120 113 30 545 103 56
Binary 11000010 100111 110000 0 1010000 1001011 11000 101100101 1000011 101110

Color Harmonies of #C22730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22730

Black with #C22730

Text Example


Text Example

White with #C22730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22730; }

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

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

background-color css

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

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

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

border-color css

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

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

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