Html Css Color HEX #C21C3B Cardinal

📋 copy color: '#C21C3B'

red 194 ◦ green 28 ◦ blue 59

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

Shades of Cardinal #C21C3B

Tints of Cardinal #C21C3B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.96%

 BLUE value IS 59 (23.44% from 255) = 21%

R = 69.04%
G = 9.96%
B = 21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C21C3B (or 0xC21C3B) is known color: Cardinal. HEX triplet: C2, 1C and 3B. RGB value is (194,28,59). Sum of RGB (Red+Green+Blue) = 194+28+59=281 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.04% from 281); Green value is 28 (11.33% from 255 or 9.96% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 194 - color contains mainly: red. Hex color #C21C3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21C3B is #3DE3C4. Grayscale: #515151. Windows color (decimal): -4056005 or 3873986. OLE color: 3873986.

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

Color convert

RGB 194 28 59 -
CMYK 0 0.86 0.70 0.24
HSL 348.8º 0.75% 0.44% -
HSV(B) 348.8º 0.86% 0.76% -
XYZ 23.45 12.62 5.34 -
YUV 81.17 115.5 208.48 -
System Red Green Blue C M Y K H S L
Decimal 194 28 59 0 0.86 0.70 0.24 348.8 0.75 0.44
Hex C2 1C 3B 0 56 46 18 15D 4B 2C
Octal 302 34 73 0 126 106 30 535 113 54
Binary 11000010 11100 111011 0 1010110 1000110 11000 101011101 1001011 101100

Color Harmonies of #C21C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21C3B

Black with #C21C3B

Text Example


Text Example

White with #C21C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21C3B; }

 p { color: rgb(194,28,59); }

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

background-color css

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

 a { background-color: rgb(194,28,59); }

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

border-color css

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

 span { border-color: rgb(194,28,59); }

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