Html Css Color HEX #C21042 Cardinal

📋 copy color: '#C21042'

red 194 ◦ green 16 ◦ blue 66

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

Shades of Cardinal #C21042

Tints of Cardinal #C21042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.91%

R = 70.29%
G = 5.8%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C21042 (or 0xC21042) is known color: Cardinal. HEX triplet: C2, 10 and 42. RGB value is (194,16,66). Sum of RGB (Red+Green+Blue) = 194+16+66=276 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.29% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 66 (26.17% from 255 or 23.91% from 276); Max value from RGB is 194 - color contains mainly: red. Hex color #C21042 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21042 is #3DEFBD. Grayscale: #4A4A4A. Windows color (decimal): -4059070 or 4329666. OLE color: 4329666.

HSL color Cylindrical-coordinate representation of color #C21042: hue angle of 343.15º 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 #C21042 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 16 66 -
CMYK 0 0.92 0.66 0.24
HSL 343.15º 0.85% 0.41% -
HSV(B) 343.15º 0.92% 0.76% -
XYZ 23.42 12.23 6.28 -
YUV 74.92 122.97 212.93 -
System Red Green Blue C M Y K H S L
Decimal 194 16 66 0 0.92 0.66 0.24 343.15 0.85 0.41
Hex C2 10 42 0 5C 42 18 157 55 29
Octal 302 20 102 0 134 102 30 527 125 51
Binary 11000010 10000 1000010 0 1011100 1000010 11000 101010111 1010101 101001

Color Harmonies of #C21042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21042

Black with #C21042

Text Example


Text Example

White with #C21042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21042; }

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

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

background-color css

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

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

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

border-color css

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

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

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