Html Css Color HEX #C12737 Cardinal

📋 copy color: '#C12737'

red 193 ◦ green 39 ◦ blue 55

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

Shades of Cardinal #C12737

Tints of Cardinal #C12737

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 19.16%

R = 67.25%
G = 13.59%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C12737 (or 0xC12737) is known color: Cardinal. HEX triplet: C1, 27 and 37. RGB value is (193,39,55). Sum of RGB (Red+Green+Blue) = 193+39+55=287 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.25% from 287); Green value is 39 (15.62% from 255 or 13.59% from 287); Blue value is 55 (21.88% from 255 or 19.16% from 287); Max value from RGB is 193 - color contains mainly: red. Hex color #C12737 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12737 is #3ED8C8. Grayscale: #565656. Windows color (decimal): -4118729 or 3614657. OLE color: 3614657.

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

Color convert

RGB 193 39 55 -
CMYK 0 0.80 0.72 0.24
HSL 353.77º 0.66% 0.45% -
HSV(B) 353.77º 0.8% 0.76% -
XYZ 23.41 13.06 4.9 -
YUV 86.87 110.02 203.7 -
System Red Green Blue C M Y K H S L
Decimal 193 39 55 0 0.80 0.72 0.24 353.77 0.66 0.45
Hex C1 27 37 0 50 48 18 162 42 2D
Octal 301 47 67 0 120 110 30 542 102 55
Binary 11000001 100111 110111 0 1010000 1001000 11000 101100010 1000010 101101

Color Harmonies of #C12737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12737

Black with #C12737

Text Example


Text Example

White with #C12737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12737; }

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

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

background-color css

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

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

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

border-color css

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

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

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