Html Css Color HEX #C21245 Cardinal

📋 copy color: '#C21245'

red 194 ◦ green 18 ◦ blue 69

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

Shades of Cardinal #C21245

Tints of Cardinal #C21245

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.41%

 BLUE value IS 69 (27.34% from 255) = 24.56%

R = 69.04%
G = 6.41%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C21245 (or 0xC21245) is known color: Cardinal. HEX triplet: C2, 12 and 45. RGB value is (194,18,69). Sum of RGB (Red+Green+Blue) = 194+18+69=281 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.04% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 69 (27.34% from 255 or 24.56% from 281); Max value from RGB is 194 - color contains mainly: red. Hex color #C21245 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21245 is #3DEDBA. Grayscale: #4C4C4C. Windows color (decimal): -4058555 or 4526786. OLE color: 4526786.

HSL color Cylindrical-coordinate representation of color #C21245: hue angle of 342.61º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C21245 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 18 69 -
CMYK 0 0.91 0.64 0.24
HSL 342.61º 0.83% 0.42% -
HSV(B) 342.61º 0.91% 0.76% -
XYZ 23.54 12.33 6.77 -
YUV 76.44 123.81 211.85 -
System Red Green Blue C M Y K H S L
Decimal 194 18 69 0 0.91 0.64 0.24 342.61 0.83 0.42
Hex C2 12 45 0 5B 40 18 157 53 2A
Octal 302 22 105 0 133 100 30 527 123 52
Binary 11000010 10010 1000101 0 1011011 1000000 11000 101010111 1010011 101010

Color Harmonies of #C21245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21245

Black with #C21245

Text Example


Text Example

White with #C21245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21245; }

 p { color: rgb(194,18,69); }

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

background-color css

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

 a { background-color: rgb(194,18,69); }

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

border-color css

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

 span { border-color: rgb(194,18,69); }

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