Html Css Color HEX #C21733 Cardinal

📋 copy color: '#C21733'

red 194 ◦ green 23 ◦ blue 51

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

Shades of Cardinal #C21733

Tints of Cardinal #C21733

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.58%

 BLUE value IS 51 (20.31% from 255) = 19.03%

R = 72.39%
G = 8.58%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C21733 (or 0xC21733) is known color: Cardinal. HEX triplet: C2, 17 and 33. RGB value is (194,23,51). Sum of RGB (Red+Green+Blue) = 194+23+51=268 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.39% from 268); Green value is 23 (9.38% from 255 or 8.58% from 268); Blue value is 51 (20.31% from 255 or 19.03% from 268); Max value from RGB is 194 - color contains mainly: red. Hex color #C21733 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21733 is #3DE8CC. Grayscale: #4D4D4D. Windows color (decimal): -4057293 or 3348418. OLE color: 3348418.

HSL color Cylindrical-coordinate representation of color #C21733: hue angle of 350.18º degrees, saturation: 0.79, 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 #C21733 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 23 51 -
CMYK 0 0.88 0.74 0.24
HSL 350.18º 0.79% 0.43% -
HSV(B) 350.18º 0.88% 0.76% -
XYZ 23.15 12.32 4.29 -
YUV 77.32 113.15 211.22 -
System Red Green Blue C M Y K H S L
Decimal 194 23 51 0 0.88 0.74 0.24 350.18 0.79 0.43
Hex C2 17 33 0 58 4A 18 15E 4F 2B
Octal 302 27 63 0 130 112 30 536 117 53
Binary 11000010 10111 110011 0 1011000 1001010 11000 101011110 1001111 101011

Color Harmonies of #C21733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21733

Black with #C21733

Text Example


Text Example

White with #C21733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21733; }

 p { color: rgb(194,23,51); }

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

background-color css

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

 a { background-color: rgb(194,23,51); }

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

border-color css

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

 span { border-color: rgb(194,23,51); }

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