Html Css Color HEX #C21034 Cardinal

📋 copy color: '#C21034'

red 194 ◦ green 16 ◦ blue 52

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

Shades of Cardinal #C21034

Tints of Cardinal #C21034

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.11%

 BLUE value IS 52 (20.7% from 255) = 19.85%

R = 74.05%
G = 6.11%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C21034 (or 0xC21034) is known color: Cardinal. HEX triplet: C2, 10 and 34. RGB value is (194,16,52). Sum of RGB (Red+Green+Blue) = 194+16+52=262 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.05% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 52 (20.70% from 255 or 19.85% from 262); Max value from RGB is 194 - color contains mainly: red. Hex color #C21034 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21034 is #3DEFCB. Grayscale: #494949. Windows color (decimal): -4059084 or 3412162. OLE color: 3412162.

HSL color Cylindrical-coordinate representation of color #C21034: hue angle of 347.87º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C21034 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 16 52 -
CMYK 0 0.92 0.73 0.24
HSL 347.87º 0.85% 0.41% -
HSV(B) 347.87º 0.92% 0.76% -
XYZ 23.05 12.09 4.37 -
YUV 73.33 115.97 214.07 -
System Red Green Blue C M Y K H S L
Decimal 194 16 52 0 0.92 0.73 0.24 347.87 0.85 0.41
Hex C2 10 34 0 5C 49 18 15C 55 29
Octal 302 20 64 0 134 111 30 534 125 51
Binary 11000010 10000 110100 0 1011100 1001001 11000 101011100 1010101 101001

Color Harmonies of #C21034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21034

Black with #C21034

Text Example


Text Example

White with #C21034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21034; }

 p { color: rgb(194,16,52); }

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

background-color css

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

 a { background-color: rgb(194,16,52); }

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

border-color css

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

 span { border-color: rgb(194,16,52); }

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