Html Css Color HEX #C21135 Cardinal

📋 copy color: '#C21135'

red 194 ◦ green 17 ◦ blue 53

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

Shades of Cardinal #C21135

Tints of Cardinal #C21135

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.44%

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

R = 73.48%
G = 6.44%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C21135 (or 0xC21135) is known color: Cardinal. HEX triplet: C2, 11 and 35. RGB value is (194,17,53). Sum of RGB (Red+Green+Blue) = 194+17+53=264 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.48% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 53 (21.09% from 255 or 20.08% from 264); Max value from RGB is 194 - color contains mainly: red. Hex color #C21135 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21135 is #3DEECA. Grayscale: #4A4A4A. Windows color (decimal): -4058827 or 3477954. OLE color: 3477954.

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

Color convert

RGB 194 17 53 -
CMYK 0 0.91 0.73 0.24
HSL 347.8º 0.84% 0.41% -
HSV(B) 347.8º 0.91% 0.76% -
XYZ 23.09 12.13 4.49 -
YUV 74.03 116.14 213.57 -
System Red Green Blue C M Y K H S L
Decimal 194 17 53 0 0.91 0.73 0.24 347.8 0.84 0.41
Hex C2 11 35 0 5B 49 18 15C 54 29
Octal 302 21 65 0 133 111 30 534 124 51
Binary 11000010 10001 110101 0 1011011 1001001 11000 101011100 1010100 101001

Color Harmonies of #C21135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21135

Black with #C21135

Text Example


Text Example

White with #C21135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21135; }

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

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

background-color css

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

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

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

border-color css

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

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

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