Html Css Color HEX #C12336 Cardinal

📋 copy color: '#C12336'

red 193 ◦ green 35 ◦ blue 54

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

Shades of Cardinal #C12336

Tints of Cardinal #C12336

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.41%

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

R = 68.44%
G = 12.41%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C12336 (or 0xC12336) is known color: Cardinal. HEX triplet: C1, 23 and 36. RGB value is (193,35,54). Sum of RGB (Red+Green+Blue) = 193+35+54=282 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.44% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 54 (21.48% from 255 or 19.15% from 282); Max value from RGB is 193 - color contains mainly: red. Hex color #C12336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12336 is #3EDCC9. Grayscale: #545454. Windows color (decimal): -4119754 or 3548097. OLE color: 3548097.

HSL color Cylindrical-coordinate representation of color #C12336: hue angle of 352.78º degrees, saturation: 0.69, 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 #C12336 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 35 54 -
CMYK 0 0.82 0.72 0.24
HSL 352.78º 0.69% 0.45% -
HSV(B) 352.78º 0.82% 0.76% -
XYZ 23.26 12.81 4.74 -
YUV 84.41 110.85 205.46 -
System Red Green Blue C M Y K H S L
Decimal 193 35 54 0 0.82 0.72 0.24 352.78 0.69 0.45
Hex C1 23 36 0 52 48 18 161 45 2D
Octal 301 43 66 0 122 110 30 541 105 55
Binary 11000001 100011 110110 0 1010010 1001000 11000 101100001 1000101 101101

Color Harmonies of #C12336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12336

Black with #C12336

Text Example


Text Example

White with #C12336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12336; }

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

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

background-color css

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

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

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

border-color css

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

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

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