Html Css Color HEX #C21735 Cardinal

📋 copy color: '#C21735'

red 194 ◦ green 23 ◦ blue 53

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

Shades of Cardinal #C21735

Tints of Cardinal #C21735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.63%

R = 71.85%
G = 8.52%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C21735 (or 0xC21735) is known color: Cardinal. HEX triplet: C2, 17 and 35. RGB value is (194,23,53). Sum of RGB (Red+Green+Blue) = 194+23+53=270 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.85% from 270); Green value is 23 (9.38% from 255 or 8.52% from 270); Blue value is 53 (21.09% from 255 or 19.63% from 270); Max value from RGB is 194 - color contains mainly: red. Hex color #C21735 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21735 is #3DE8CA. Grayscale: #4D4D4D. Windows color (decimal): -4057291 or 3479490. OLE color: 3479490.

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

Color convert

RGB 194 23 53 -
CMYK 0 0.88 0.73 0.24
HSL 349.47º 0.79% 0.43% -
HSV(B) 349.47º 0.88% 0.76% -
XYZ 23.2 12.34 4.53 -
YUV 77.55 114.15 211.06 -
System Red Green Blue C M Y K H S L
Decimal 194 23 53 0 0.88 0.73 0.24 349.47 0.79 0.43
Hex C2 17 35 0 58 49 18 15D 4F 2B
Octal 302 27 65 0 130 111 30 535 117 53
Binary 11000010 10111 110101 0 1011000 1001001 11000 101011101 1001111 101011

Color Harmonies of #C21735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21735

Black with #C21735

Text Example


Text Example

White with #C21735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21735; }

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

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

background-color css

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

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

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

border-color css

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

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

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