Html Css Color HEX #C22430 Cardinal

📋 copy color: '#C22430'

red 194 ◦ green 36 ◦ blue 48

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

Shades of Cardinal #C22430

Tints of Cardinal #C22430

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 value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C22430 (or 0xC22430) is known color: 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

RGB 194 36 48 -
CMYK 0 0.81 0.75 0.24
HSL 355.44º 0.69% 0.45% -
HSV(B) 355.44º 0.81% 0.76% -
XYZ 23.41 12.94 4.06 -
YUV 84.61 107.35 206.02 -
System Red Green Blue C M Y K H S L
Decimal 194 36 48 0 0.81 0.75 0.24 355.44 0.69 0.45
Hex C2 24 30 0 51 4B 18 163 45 2D
Octal 302 44 60 0 121 113 30 543 105 55
Binary 11000010 100100 110000 0 1010001 1001011 11000 101100011 1000101 101101

Color Harmonies of #C22430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22430

Black with #C22430

Text Example


Text Example

White with #C22430

Text Example


Text Example

HTML Codes & Css Web 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>