Html Css Color HEX #C21833 Cardinal

📋 copy color: '#C21833'

red 194 ◦ green 24 ◦ blue 51

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

Shades of Cardinal #C21833

Tints of Cardinal #C21833

RGB

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

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

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

R = 72.12%
G = 8.92%
B = 18.96%

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

#C21833 (or 0xC21833) is known color: Cardinal. HEX triplet: C2, 18 and 33. RGB value is (194,24,51). Sum of RGB (Red+Green+Blue) = 194+24+51=269 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.12% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 51 (20.31% from 255 or 18.96% from 269); Max value from RGB is 194 - color contains mainly: red. Hex color #C21833 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21833 is #3DE7CC. Grayscale: #4D4D4D. Windows color (decimal): -4057037 or 3348674. OLE color: 3348674.

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

Color convert

RGB 194 24 51 -
CMYK 0 0.88 0.74 0.24
HSL 350.47º 0.78% 0.43% -
HSV(B) 350.47º 0.88% 0.76% -
XYZ 23.17 12.36 4.3 -
YUV 77.91 112.82 210.8 -
System Red Green Blue C M Y K H S L
Decimal 194 24 51 0 0.88 0.74 0.24 350.47 0.78 0.43
Hex C2 18 33 0 58 4A 18 15E 4E 2B
Octal 302 30 63 0 130 112 30 536 116 53
Binary 11000010 11000 110011 0 1011000 1001010 11000 101011110 1001110 101011

Color Harmonies of #C21833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21833

Black with #C21833

Text Example


Text Example

White with #C21833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21833; }

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

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

background-color css

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

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

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

border-color css

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

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

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