Html Css Color HEX #C21D38 Cardinal

📋 copy color: '#C21D38'

red 194 ◦ green 29 ◦ blue 56

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

Shades of Cardinal #C21D38

Tints of Cardinal #C21D38

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.39%

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

R = 69.53%
G = 10.39%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C21D38 (or 0xC21D38) is known color: Cardinal. HEX triplet: C2, 1D and 38. RGB value is (194,29,56). Sum of RGB (Red+Green+Blue) = 194+29+56=279 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.53% from 279); Green value is 29 (11.72% from 255 or 10.39% from 279); Blue value is 56 (22.27% from 255 or 20.07% from 279); Max value from RGB is 194 - color contains mainly: red. Hex color #C21D38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21D38 is #3DE2C7. Grayscale: #515151. Windows color (decimal): -4055752 or 3677634. OLE color: 3677634.

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

Color convert

RGB 194 29 56 -
CMYK 0 0.85 0.71 0.24
HSL 350.18º 0.74% 0.44% -
HSV(B) 350.18º 0.85% 0.76% -
XYZ 23.4 12.63 4.95 -
YUV 81.41 113.66 208.3 -
System Red Green Blue C M Y K H S L
Decimal 194 29 56 0 0.85 0.71 0.24 350.18 0.74 0.44
Hex C2 1D 38 0 55 47 18 15E 4A 2C
Octal 302 35 70 0 125 107 30 536 112 54
Binary 11000010 11101 111000 0 1010101 1000111 11000 101011110 1001010 101100

Color Harmonies of #C21D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21D38

Black with #C21D38

Text Example


Text Example

White with #C21D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21D38; }

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

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

background-color css

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

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

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

border-color css

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

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

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