Html Css Color HEX #C21B39 Cardinal

📋 copy color: '#C21B39'

red 194 ◦ green 27 ◦ blue 57

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

Shades of Cardinal #C21B39

Tints of Cardinal #C21B39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 20.5%

R = 69.78%
G = 9.71%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C21B39 (or 0xC21B39) is known color: Cardinal. HEX triplet: C2, 1B and 39. RGB value is (194,27,57). Sum of RGB (Red+Green+Blue) = 194+27+57=278 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.78% from 278); Green value is 27 (10.94% from 255 or 9.71% from 278); Blue value is 57 (22.66% from 255 or 20.50% from 278); Max value from RGB is 194 - color contains mainly: red. Hex color #C21B39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21B39 is #3DE4C6. Grayscale: #505050. Windows color (decimal): -4056263 or 3742658. OLE color: 3742658.

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

Color convert

RGB 194 27 57 -
CMYK 0 0.86 0.71 0.24
HSL 349.22º 0.76% 0.43% -
HSV(B) 349.22º 0.86% 0.76% -
XYZ 23.38 12.55 5.06 -
YUV 80.35 114.83 209.06 -
System Red Green Blue C M Y K H S L
Decimal 194 27 57 0 0.86 0.71 0.24 349.22 0.76 0.43
Hex C2 1B 39 0 56 47 18 15D 4C 2B
Octal 302 33 71 0 126 107 30 535 114 53
Binary 11000010 11011 111001 0 1010110 1000111 11000 101011101 1001100 101011

Color Harmonies of #C21B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21B39

Black with #C21B39

Text Example


Text Example

White with #C21B39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21B39; }

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

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

background-color css

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

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

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

border-color css

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

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

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