Html Css Color HEX #C12731 Cardinal

📋 copy color: '#C12731'

red 193 ◦ green 39 ◦ blue 49

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

Shades of Cardinal #C12731

Tints of Cardinal #C12731

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.88%

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

R = 68.68%
G = 13.88%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C12731 (or 0xC12731) is known color: Cardinal. HEX triplet: C1, 27 and 31. RGB value is (193,39,49). Sum of RGB (Red+Green+Blue) = 193+39+49=281 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.68% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 49 (19.53% from 255 or 17.44% from 281); Max value from RGB is 193 - color contains mainly: red. Hex color #C12731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12731 is #3ED8CE. Grayscale: #565656. Windows color (decimal): -4118735 or 3221441. OLE color: 3221441.

HSL color Cylindrical-coordinate representation of color #C12731: hue angle of 356.1º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C12731 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 39 49 -
CMYK 0 0.80 0.75 0.24
HSL 356.1º 0.66% 0.45% -
HSV(B) 356.1º 0.8% 0.76% -
XYZ 23.27 13.01 4.19 -
YUV 86.19 107.02 204.19 -
System Red Green Blue C M Y K H S L
Decimal 193 39 49 0 0.80 0.75 0.24 356.1 0.66 0.45
Hex C1 27 31 0 50 4B 18 164 42 2D
Octal 301 47 61 0 120 113 30 544 102 55
Binary 11000001 100111 110001 0 1010000 1001011 11000 101100100 1000010 101101

Color Harmonies of #C12731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12731

Black with #C12731

Text Example


Text Example

White with #C12731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12731; }

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

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

background-color css

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

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

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

border-color css

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

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

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