Html Css Color HEX #C1283E Brick Red

📋 copy color: '#C1283E'

red 193 ◦ green 40 ◦ blue 62

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

Shades of Brick Red #C1283E

Tints of Brick Red #C1283E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.56%

 BLUE value IS 62 (24.61% from 255) = 21.02%

R = 65.42%
G = 13.56%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C1283E (or 0xC1283E) is known color: Brick Red. HEX triplet: C1, 28 and 3E. RGB value is (193,40,62). Sum of RGB (Red+Green+Blue) = 193+40+62=295 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.42% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 62 (24.61% from 255 or 21.02% from 295); Max value from RGB is 193 - color contains mainly: red. Hex color #C1283E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1283E is #3ED7C1. Grayscale: #585858. Windows color (decimal): -4118466 or 4073665. OLE color: 4073665.

HSL color Cylindrical-coordinate representation of color #C1283E: hue angle of 351.37º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C1283E is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 40 62 -
CMYK 0 0.79 0.68 0.24
HSL 351.37º 0.66% 0.46% -
HSV(B) 351.37º 0.79% 0.76% -
XYZ 23.62 13.2 5.86 -
YUV 88.26 113.19 202.71 -
System Red Green Blue C M Y K H S L
Decimal 193 40 62 0 0.79 0.68 0.24 351.37 0.66 0.46
Hex C1 28 3E 0 4F 44 18 15F 42 2E
Octal 301 50 76 0 117 104 30 537 102 56
Binary 11000001 101000 111110 0 1001111 1000100 11000 101011111 1000010 101110

Color Harmonies of #C1283E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1283E

Black with #C1283E

Text Example


Text Example

White with #C1283E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1283E; }

 p { color: rgb(193,40,62); }

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

background-color css

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

 a { background-color: rgb(193,40,62); }

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

border-color css

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

 span { border-color: rgb(193,40,62); }

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