Html Css Color HEX #C21330 Cardinal

📋 copy color: '#C21330'

red 194 ◦ green 19 ◦ blue 48

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

Shades of Cardinal #C21330

Tints of Cardinal #C21330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.39%

R = 74.33%
G = 7.28%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C21330 (or 0xC21330) is known color: Cardinal. HEX triplet: C2, 13 and 30. RGB value is (194,19,48). Sum of RGB (Red+Green+Blue) = 194+19+48=261 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.33% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 48 (19.14% from 255 or 18.39% from 261); Max value from RGB is 194 - color contains mainly: red. Hex color #C21330 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21330 is #3DECCF. Grayscale: #4A4A4A. Windows color (decimal): -4058320 or 3150786. OLE color: 3150786.

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

Color convert

RGB 194 19 48 -
CMYK 0 0.90 0.75 0.24
HSL 350.06º 0.82% 0.42% -
HSV(B) 350.06º 0.9% 0.76% -
XYZ 23.01 12.15 3.93 -
YUV 74.63 112.98 213.14 -
System Red Green Blue C M Y K H S L
Decimal 194 19 48 0 0.90 0.75 0.24 350.06 0.82 0.42
Hex C2 13 30 0 5A 4B 18 15E 52 2A
Octal 302 23 60 0 132 113 30 536 122 52
Binary 11000010 10011 110000 0 1011010 1001011 11000 101011110 1010010 101010

Color Harmonies of #C21330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21330

Black with #C21330

Text Example


Text Example

White with #C21330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21330; }

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

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

background-color css

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

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

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

border-color css

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

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

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