Html Css Color HEX #C1273D Brick Red

📋 copy color: '#C1273D'

red 193 ◦ green 39 ◦ blue 61

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

Shades of Brick Red #C1273D

Tints of Brick Red #C1273D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.82%

R = 65.87%
G = 13.31%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C1273D (or 0xC1273D) is known color: Brick Red. HEX triplet: C1, 27 and 3D. RGB value is (193,39,61). Sum of RGB (Red+Green+Blue) = 193+39+61=293 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.87% from 293); Green value is 39 (15.62% from 255 or 13.31% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 193 - color contains mainly: red. Hex color #C1273D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1273D is #3ED8C2. Grayscale: #575757. Windows color (decimal): -4118723 or 4007873. OLE color: 4007873.

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

Color convert

RGB 193 39 61 -
CMYK 0 0.80 0.68 0.24
HSL 351.43º 0.66% 0.45% -
HSV(B) 351.43º 0.8% 0.76% -
XYZ 23.56 13.13 5.71 -
YUV 87.55 113.02 203.21 -
System Red Green Blue C M Y K H S L
Decimal 193 39 61 0 0.80 0.68 0.24 351.43 0.66 0.45
Hex C1 27 3D 0 50 44 18 15F 42 2D
Octal 301 47 75 0 120 104 30 537 102 55
Binary 11000001 100111 111101 0 1010000 1000100 11000 101011111 1000010 101101

Color Harmonies of #C1273D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1273D

Black with #C1273D

Text Example


Text Example

White with #C1273D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1273D; }

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

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

background-color css

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

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

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

border-color css

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

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

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