Html Css Color HEX #C21334 Cardinal

📋 copy color: '#C21334'

red 194 ◦ green 19 ◦ blue 52

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

Shades of Cardinal #C21334

Tints of Cardinal #C21334

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.17%

 BLUE value IS 52 (20.7% from 255) = 19.62%

R = 73.21%
G = 7.17%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C21334 (or 0xC21334) is known color: Cardinal. HEX triplet: C2, 13 and 34. RGB value is (194,19,52). Sum of RGB (Red+Green+Blue) = 194+19+52=265 (35% of max value = 765). Red value is 194 (76.17% from 255 or 73.21% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 52 (20.70% from 255 or 19.62% from 265); Max value from RGB is 194 - color contains mainly: red. Hex color #C21334 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21334 is #3DECCB. Grayscale: #4B4B4B. Windows color (decimal): -4058316 or 3412930. OLE color: 3412930.

HSL color Cylindrical-coordinate representation of color #C21334: hue angle of 348.69º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C21334 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 19 52 -
CMYK 0 0.90 0.73 0.24
HSL 348.69º 0.82% 0.42% -
HSV(B) 348.69º 0.9% 0.76% -
XYZ 23.1 12.18 4.38 -
YUV 75.09 114.98 212.82 -
System Red Green Blue C M Y K H S L
Decimal 194 19 52 0 0.90 0.73 0.24 348.69 0.82 0.42
Hex C2 13 34 0 5A 49 18 15D 52 2A
Octal 302 23 64 0 132 111 30 535 122 52
Binary 11000010 10011 110100 0 1011010 1001001 11000 101011101 1010010 101010

Color Harmonies of #C21334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21334

Black with #C21334

Text Example


Text Example

White with #C21334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21334; }

 p { color: rgb(194,19,52); }

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

background-color css

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

 a { background-color: rgb(194,19,52); }

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

border-color css

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

 span { border-color: rgb(194,19,52); }

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