Html Css Color HEX #C12240 Cardinal

📋 copy color: '#C12240'

red 193 ◦ green 34 ◦ blue 64

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

Shades of Cardinal #C12240

Tints of Cardinal #C12240

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.68%

 BLUE value IS 64 (25.39% from 255) = 21.99%

R = 66.32%
G = 11.68%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C12240 (or 0xC12240) is known color: Cardinal. HEX triplet: C1, 22 and 40. RGB value is (193,34,64). Sum of RGB (Red+Green+Blue) = 193+34+64=291 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.32% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 193 - color contains mainly: red. Hex color #C12240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12240 is #3EDDBF. Grayscale: #555555. Windows color (decimal): -4120000 or 4203201. OLE color: 4203201.

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

Color convert

RGB 193 34 64 -
CMYK 0 0.82 0.67 0.24
HSL 348.68º 0.7% 0.45% -
HSV(B) 348.68º 0.82% 0.76% -
XYZ 23.49 12.85 6.09 -
YUV 84.96 116.18 205.06 -
System Red Green Blue C M Y K H S L
Decimal 193 34 64 0 0.82 0.67 0.24 348.68 0.7 0.45
Hex C1 22 40 0 52 43 18 15D 46 2D
Octal 301 42 100 0 122 103 30 535 106 55
Binary 11000001 100010 1000000 0 1010010 1000011 11000 101011101 1000110 101101

Color Harmonies of #C12240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12240

Black with #C12240

Text Example


Text Example

White with #C12240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12240; }

 p { color: rgb(193,34,64); }

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

background-color css

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

 a { background-color: rgb(193,34,64); }

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

border-color css

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

 span { border-color: rgb(193,34,64); }

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