Html Css Color HEX #C21830 Cardinal

📋 copy color: '#C21830'

red 194 ◦ green 24 ◦ blue 48

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

Shades of Cardinal #C21830

Tints of Cardinal #C21830

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.02%

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

R = 72.93%
G = 9.02%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C21830 (or 0xC21830) is known color: Cardinal. HEX triplet: C2, 18 and 30. RGB value is (194,24,48). Sum of RGB (Red+Green+Blue) = 194+24+48=266 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.93% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 194 - color contains mainly: red. Hex color #C21830 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21830 is #3DE7CF. Grayscale: #4D4D4D. Windows color (decimal): -4057040 or 3152066. OLE color: 3152066.

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

Color convert

RGB 194 24 48 -
CMYK 0 0.88 0.75 0.24
HSL 351.53º 0.78% 0.43% -
HSV(B) 351.53º 0.88% 0.76% -
XYZ 23.11 12.34 3.96 -
YUV 77.57 111.32 211.05 -
System Red Green Blue C M Y K H S L
Decimal 194 24 48 0 0.88 0.75 0.24 351.53 0.78 0.43
Hex C2 18 30 0 58 4B 18 160 4E 2B
Octal 302 30 60 0 130 113 30 540 116 53
Binary 11000010 11000 110000 0 1011000 1001011 11000 101100000 1001110 101011

Color Harmonies of #C21830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21830

Black with #C21830

Text Example


Text Example

White with #C21830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21830; }

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

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

background-color css

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

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

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

border-color css

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

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

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