Html Css Color HEX #C21D2B Cardinal

📋 copy color: '#C21D2B'

red 194 ◦ green 29 ◦ blue 43

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

Shades of Cardinal #C21D2B

Tints of Cardinal #C21D2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.17%

R = 72.93%
G = 10.9%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C21D2B (or 0xC21D2B) is known color: Cardinal. HEX triplet: C2, 1D and 2B. RGB value is (194,29,43). Sum of RGB (Red+Green+Blue) = 194+29+43=266 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.93% from 266); Green value is 29 (11.72% from 255 or 10.90% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 194 - color contains mainly: red. Hex color #C21D2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21D2B is #3DE2D4. Grayscale: #505050. Windows color (decimal): -4055765 or 2825666. OLE color: 2825666.

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

Color convert

RGB 194 29 43 -
CMYK 0 0.85 0.78 0.24
HSL 354.91º 0.74% 0.44% -
HSV(B) 354.91º 0.85% 0.76% -
XYZ 23.12 12.52 3.48 -
YUV 79.93 107.16 209.36 -
System Red Green Blue C M Y K H S L
Decimal 194 29 43 0 0.85 0.78 0.24 354.91 0.74 0.44
Hex C2 1D 2B 0 55 4E 18 163 4A 2C
Octal 302 35 53 0 125 116 30 543 112 54
Binary 11000010 11101 101011 0 1010101 1001110 11000 101100011 1001010 101100

Color Harmonies of #C21D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21D2B

Black with #C21D2B

Text Example


Text Example

White with #C21D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21D2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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