Html Css Color HEX #C21038 Cardinal

📋 copy color: '#C21038'

red 194 ◦ green 16 ◦ blue 56

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

Shades of Cardinal #C21038

Tints of Cardinal #C21038

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.02%

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

R = 72.93%
G = 6.02%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C21038 (or 0xC21038) is known color: Cardinal. HEX triplet: C2, 10 and 38. RGB value is (194,16,56). Sum of RGB (Red+Green+Blue) = 194+16+56=266 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.93% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 56 (22.27% from 255 or 21.05% from 266); Max value from RGB is 194 - color contains mainly: red. Hex color #C21038 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21038 is #3DEFC7. Grayscale: #494949. Windows color (decimal): -4059080 or 3674306. OLE color: 3674306.

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

Color convert

RGB 194 16 56 -
CMYK 0 0.92 0.71 0.24
HSL 346.52º 0.85% 0.41% -
HSV(B) 346.52º 0.92% 0.76% -
XYZ 23.15 12.13 4.86 -
YUV 73.78 117.97 213.75 -
System Red Green Blue C M Y K H S L
Decimal 194 16 56 0 0.92 0.71 0.24 346.52 0.85 0.41
Hex C2 10 38 0 5C 47 18 15B 55 29
Octal 302 20 70 0 134 107 30 533 125 51
Binary 11000010 10000 111000 0 1011100 1000111 11000 101011011 1010101 101001

Color Harmonies of #C21038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21038

Black with #C21038

Text Example


Text Example

White with #C21038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21038; }

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

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

background-color css

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

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

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

border-color css

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

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

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