Html Css Color HEX #C12331 Cardinal

📋 copy color: '#C12331'

red 193 ◦ green 35 ◦ blue 49

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

Shades of Cardinal #C12331

Tints of Cardinal #C12331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.69%

R = 69.68%
G = 12.64%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C12331 (or 0xC12331) is known color: Cardinal. HEX triplet: C1, 23 and 31. RGB value is (193,35,49). Sum of RGB (Red+Green+Blue) = 193+35+49=277 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.68% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 193 - color contains mainly: red. Hex color #C12331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12331 is #3EDCCE. Grayscale: #535353. Windows color (decimal): -4119759 or 3220417. OLE color: 3220417.

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

Color convert

RGB 193 35 49 -
CMYK 0 0.82 0.75 0.24
HSL 354.68º 0.69% 0.45% -
HSV(B) 354.68º 0.82% 0.76% -
XYZ 23.15 12.76 4.15 -
YUV 83.84 108.35 205.86 -
System Red Green Blue C M Y K H S L
Decimal 193 35 49 0 0.82 0.75 0.24 354.68 0.69 0.45
Hex C1 23 31 0 52 4B 18 163 45 2D
Octal 301 43 61 0 122 113 30 543 105 55
Binary 11000001 100011 110001 0 1010010 1001011 11000 101100011 1000101 101101

Color Harmonies of #C12331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12331

Black with #C12331

Text Example


Text Example

White with #C12331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12331; }

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

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

background-color css

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

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

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

border-color css

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

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

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