Html Css Color HEX #C21338 Cardinal

📋 copy color: '#C21338'

red 194 ◦ green 19 ◦ blue 56

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

Shades of Cardinal #C21338

Tints of Cardinal #C21338

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.06%

 BLUE value IS 56 (22.27% from 255) = 20.82%

R = 72.12%
G = 7.06%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C21338 (or 0xC21338) is known color: Cardinal. HEX triplet: C2, 13 and 38. RGB value is (194,19,56). Sum of RGB (Red+Green+Blue) = 194+19+56=269 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.12% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 56 (22.27% from 255 or 20.82% from 269); Max value from RGB is 194 - color contains mainly: red. Hex color #C21338 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21338 is #3DECC7. Grayscale: #4B4B4B. Windows color (decimal): -4058312 or 3675074. OLE color: 3675074.

HSL color Cylindrical-coordinate representation of color #C21338: hue angle of 347.31º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C21338 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 19 56 -
CMYK 0 0.90 0.71 0.24
HSL 347.31º 0.82% 0.42% -
HSV(B) 347.31º 0.9% 0.76% -
XYZ 23.19 12.22 4.88 -
YUV 75.54 116.98 212.49 -
System Red Green Blue C M Y K H S L
Decimal 194 19 56 0 0.90 0.71 0.24 347.31 0.82 0.42
Hex C2 13 38 0 5A 47 18 15B 52 2A
Octal 302 23 70 0 132 107 30 533 122 52
Binary 11000010 10011 111000 0 1011010 1000111 11000 101011011 1010010 101010

Color Harmonies of #C21338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21338

Black with #C21338

Text Example


Text Example

White with #C21338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21338; }

 p { color: rgb(194,19,56); }

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

background-color css

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

 a { background-color: rgb(194,19,56); }

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

border-color css

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

 span { border-color: rgb(194,19,56); }

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