#C22430

Color #C22430 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #C22430

Tints of Cardinal #C22430

Color information

#C22430 (or 0xC22430) is unknown color: approx Cardinal. HEX triplet: C2, 24 and 30. RGB value is (194,36,48). Sum of RGB (Red+Green+Blue) = 194+36+48=278 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.78% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 48 (19.14% from 255 or 17.27% from 278); Max value from RGB is 194 - color contains mainly: red. Hex color #C22430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22430 is #3DDBCF. Grayscale: #545454. Windows color (decimal): -4053968 or 3155138. OLE color: 3155138.

HSL color Cylindrical-coordinate representation of color #C22430: hue angle of 355.44º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C22430 is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB1943648-
CMYK00.810.750.24
HSL355.44º68.7%45.1%-
HSV(B)355.44º81.44%76.08%-
XYZ23.4112.944.06-
YUV84.61107.35206.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 69.78%
GREEN value IS 36 (14.45% from 255) = 12.95%
BLUE value IS 48 (19.14% from 255) = 17.27%
R=69.78%
G=12.95%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194364800.810.750.24355.4468.745.1
HexC224300514B18163452d
Octal302446001211133054310555
Binary11000010100100110000010100011001011110001011000111000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22430; }

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

 H1.HeaderClassName
 {
   color: #C22430;
 }
 .AnyTagClassName
 {
   color: #C22430;
 }
</style>
background-color css

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

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

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

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

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

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