Html Css Color HEX #C21738 Cardinal

📋 copy color: '#C21738'

red 194 ◦ green 23 ◦ blue 56

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

Shades of Cardinal #C21738

Tints of Cardinal #C21738

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.42%

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

R = 71.06%
G = 8.42%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C21738 (or 0xC21738) is known color: Cardinal. HEX triplet: C2, 17 and 38. RGB value is (194,23,56). Sum of RGB (Red+Green+Blue) = 194+23+56=273 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.06% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 56 (22.27% from 255 or 20.51% from 273); Max value from RGB is 194 - color contains mainly: red. Hex color #C21738 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21738 is #3DE8C7. Grayscale: #4D4D4D. Windows color (decimal): -4057288 or 3676098. OLE color: 3676098.

HSL color Cylindrical-coordinate representation of color #C21738: hue angle of 348.42º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21738 is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 23 56 -
CMYK 0 0.88 0.71 0.24
HSL 348.42º 0.79% 0.43% -
HSV(B) 348.42º 0.88% 0.76% -
XYZ 23.27 12.37 4.9 -
YUV 77.89 115.65 210.82 -
System Red Green Blue C M Y K H S L
Decimal 194 23 56 0 0.88 0.71 0.24 348.42 0.79 0.43
Hex C2 17 38 0 58 47 18 15C 4F 2B
Octal 302 27 70 0 130 107 30 534 117 53
Binary 11000010 10111 111000 0 1011000 1000111 11000 101011100 1001111 101011

Color Harmonies of #C21738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21738

Black with #C21738

Text Example


Text Example

White with #C21738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21738; }

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

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

background-color css

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

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

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

border-color css

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

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

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