Html Css Color HEX #C1213F Cardinal

📋 copy color: '#C1213F'

red 193 ◦ green 33 ◦ blue 63

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

Shades of Cardinal #C1213F

Tints of Cardinal #C1213F

RGB

 RED value IS 193 (75.78% from 255) = 66.78%

 GREEN value IS 33 (13.28% from 255) = 11.42%

 BLUE value IS 63 (25% from 255) = 21.8%

R = 66.78%
G = 11.42%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C1213F (or 0xC1213F) is known color: Cardinal. HEX triplet: C1, 21 and 3F. RGB value is (193,33,63). Sum of RGB (Red+Green+Blue) = 193+33+63=289 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.78% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 193 - color contains mainly: red. Hex color #C1213F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1213F is #3EDEC0. Grayscale: #545454. Windows color (decimal): -4120257 or 4137409. OLE color: 4137409.

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

Color convert

RGB 193 33 63 -
CMYK 0 0.83 0.67 0.24
HSL 348.75º 0.71% 0.44% -
HSV(B) 348.75º 0.83% 0.76% -
XYZ 23.43 12.78 5.94 -
YUV 84.26 116.01 205.56 -
System Red Green Blue C M Y K H S L
Decimal 193 33 63 0 0.83 0.67 0.24 348.75 0.71 0.44
Hex C1 21 3F 0 53 43 18 15D 47 2C
Octal 301 41 77 0 123 103 30 535 107 54
Binary 11000001 100001 111111 0 1010011 1000011 11000 101011101 1000111 101100

Color Harmonies of #C1213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1213F

Black with #C1213F

Text Example


Text Example

White with #C1213F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1213F; }

 p { color: rgb(193,33,63); }

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

background-color css

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

 a { background-color: rgb(193,33,63); }

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

border-color css

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

 span { border-color: rgb(193,33,63); }

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