Html Css Color HEX #C21F3E Cardinal

📋 copy color: '#C21F3E'

red 194 ◦ green 31 ◦ blue 62

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

Shades of Cardinal #C21F3E

Tints of Cardinal #C21F3E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.8%

 BLUE value IS 62 (24.61% from 255) = 21.6%

R = 67.6%
G = 10.8%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C21F3E (or 0xC21F3E) is known color: Cardinal. HEX triplet: C2, 1F and 3E. RGB value is (194,31,62). Sum of RGB (Red+Green+Blue) = 194+31+62=287 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.60% from 287); Green value is 31 (12.5% from 255 or 10.80% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21F3E is #3DE0C1. Grayscale: #535353. Windows color (decimal): -4055234 or 4071362. OLE color: 4071362.

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

Color convert

RGB 194 31 62 -
CMYK 0 0.84 0.68 0.24
HSL 348.59º 0.72% 0.44% -
HSV(B) 348.59º 0.84% 0.76% -
XYZ 23.61 12.8 5.78 -
YUV 83.27 116 206.98 -
System Red Green Blue C M Y K H S L
Decimal 194 31 62 0 0.84 0.68 0.24 348.59 0.72 0.44
Hex C2 1F 3E 0 54 44 18 15D 48 2C
Octal 302 37 76 0 124 104 30 535 110 54
Binary 11000010 11111 111110 0 1010100 1000100 11000 101011101 1001000 101100

Color Harmonies of #C21F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21F3E

Black with #C21F3E

Text Example


Text Example

White with #C21F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21F3E; }

 p { color: rgb(194,31,62); }

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

background-color css

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

 a { background-color: rgb(194,31,62); }

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

border-color css

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

 span { border-color: rgb(194,31,62); }

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