Html Css Color HEX #C21143 Cardinal

📋 copy color: '#C21143'

red 194 ◦ green 17 ◦ blue 67

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

Shades of Cardinal #C21143

Tints of Cardinal #C21143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 24.1%

R = 69.78%
G = 6.12%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C21143 (or 0xC21143) is known color: Cardinal. HEX triplet: C2, 11 and 43. RGB value is (194,17,67). Sum of RGB (Red+Green+Blue) = 194+17+67=278 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.78% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 67 (26.56% from 255 or 24.10% from 278); Max value from RGB is 194 - color contains mainly: red. Hex color #C21143 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21143 is #3DEEBC. Grayscale: #4B4B4B. Windows color (decimal): -4058813 or 4395458. OLE color: 4395458.

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

Color convert

RGB 194 17 67 -
CMYK 0 0.91 0.65 0.24
HSL 343.05º 0.84% 0.41% -
HSV(B) 343.05º 0.91% 0.76% -
XYZ 23.46 12.28 6.44 -
YUV 75.62 123.14 212.43 -
System Red Green Blue C M Y K H S L
Decimal 194 17 67 0 0.91 0.65 0.24 343.05 0.84 0.41
Hex C2 11 43 0 5B 41 18 157 54 29
Octal 302 21 103 0 133 101 30 527 124 51
Binary 11000010 10001 1000011 0 1011011 1000001 11000 101010111 1010100 101001

Color Harmonies of #C21143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21143

Black with #C21143

Text Example


Text Example

White with #C21143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21143; }

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

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

background-color css

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

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

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

border-color css

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

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

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