Html Css Color HEX #C21B2B Cardinal

📋 copy color: '#C21B2B'

red 194 ◦ green 27 ◦ blue 43

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

Shades of Cardinal #C21B2B

Tints of Cardinal #C21B2B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.23%

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

R = 73.48%
G = 10.23%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C21B2B (or 0xC21B2B) is known color: Cardinal. HEX triplet: C2, 1B and 2B. RGB value is (194,27,43). Sum of RGB (Red+Green+Blue) = 194+27+43=264 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.48% from 264); Green value is 27 (10.94% from 255 or 10.23% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 194 - color contains mainly: red. Hex color #C21B2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21B2B is #3DE4D4. Grayscale: #4E4E4E. Windows color (decimal): -4056277 or 2825154. OLE color: 2825154.

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

Color convert

RGB 194 27 43 -
CMYK 0 0.86 0.78 0.24
HSL 354.25º 0.76% 0.43% -
HSV(B) 354.25º 0.86% 0.76% -
XYZ 23.08 12.43 3.47 -
YUV 78.76 107.83 210.2 -
System Red Green Blue C M Y K H S L
Decimal 194 27 43 0 0.86 0.78 0.24 354.25 0.76 0.43
Hex C2 1B 2B 0 56 4E 18 162 4C 2B
Octal 302 33 53 0 126 116 30 542 114 53
Binary 11000010 11011 101011 0 1010110 1001110 11000 101100010 1001100 101011

Color Harmonies of #C21B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21B2B

Black with #C21B2B

Text Example


Text Example

White with #C21B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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