Html Css Color HEX #C21630 Cardinal

📋 copy color: '#C21630'

red 194 ◦ green 22 ◦ blue 48

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

Shades of Cardinal #C21630

Tints of Cardinal #C21630

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.33%

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

R = 73.48%
G = 8.33%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C21630 (or 0xC21630) is known color: Cardinal. HEX triplet: C2, 16 and 30. RGB value is (194,22,48). Sum of RGB (Red+Green+Blue) = 194+22+48=264 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.48% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 194 - color contains mainly: red. Hex color #C21630 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21630 is #3DE9CF. Grayscale: #4C4C4C. Windows color (decimal): -4057552 or 3151554. OLE color: 3151554.

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

Color convert

RGB 194 22 48 -
CMYK 0 0.89 0.75 0.24
HSL 350.93º 0.8% 0.42% -
HSV(B) 350.93º 0.89% 0.76% -
XYZ 23.07 12.26 3.95 -
YUV 76.39 111.98 211.89 -
System Red Green Blue C M Y K H S L
Decimal 194 22 48 0 0.89 0.75 0.24 350.93 0.8 0.42
Hex C2 16 30 0 59 4B 18 15F 50 2A
Octal 302 26 60 0 131 113 30 537 120 52
Binary 11000010 10110 110000 0 1011001 1001011 11000 101011111 1010000 101010

Color Harmonies of #C21630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21630

Black with #C21630

Text Example


Text Example

White with #C21630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21630; }

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

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

background-color css

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

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

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

border-color css

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

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

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