Html Css Color HEX #C12536 Cardinal

📋 copy color: '#C12536'

red 193 ◦ green 37 ◦ blue 54

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

Shades of Cardinal #C12536

Tints of Cardinal #C12536

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.03%

 BLUE value IS 54 (21.48% from 255) = 19.01%

R = 67.96%
G = 13.03%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C12536 (or 0xC12536) is known color: Cardinal. HEX triplet: C1, 25 and 36. RGB value is (193,37,54). Sum of RGB (Red+Green+Blue) = 193+37+54=284 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.96% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 54 (21.48% from 255 or 19.01% from 284); Max value from RGB is 193 - color contains mainly: red. Hex color #C12536 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12536 is #3EDAC9. Grayscale: #555555. Windows color (decimal): -4119242 or 3548609. OLE color: 3548609.

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

Color convert

RGB 193 37 54 -
CMYK 0 0.81 0.72 0.24
HSL 353.46º 0.68% 0.45% -
HSV(B) 353.46º 0.81% 0.76% -
XYZ 23.32 12.93 4.76 -
YUV 85.58 110.18 204.62 -
System Red Green Blue C M Y K H S L
Decimal 193 37 54 0 0.81 0.72 0.24 353.46 0.68 0.45
Hex C1 25 36 0 51 48 18 161 44 2D
Octal 301 45 66 0 121 110 30 541 104 55
Binary 11000001 100101 110110 0 1010001 1001000 11000 101100001 1000100 101101

Color Harmonies of #C12536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12536

Black with #C12536

Text Example


Text Example

White with #C12536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12536; }

 p { color: rgb(193,37,54); }

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

background-color css

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

 a { background-color: rgb(193,37,54); }

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

border-color css

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

 span { border-color: rgb(193,37,54); }

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