Html Css Color HEX #C1363F Brick Red

📋 copy color: '#C1363F'

red 193 ◦ green 54 ◦ blue 63

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

Shades of Brick Red #C1363F

Tints of Brick Red #C1363F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.42%

 BLUE value IS 63 (25% from 255) = 20.32%

R = 62.26%
G = 17.42%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C1363F (or 0xC1363F) is known color: Brick Red. HEX triplet: C1, 36 and 3F. RGB value is (193,54,63). Sum of RGB (Red+Green+Blue) = 193+54+63=310 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.26% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 193 - color contains mainly: red. Hex color #C1363F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1363F is #3EC9C0. Grayscale: #606060. Windows color (decimal): -4114881 or 4142785. OLE color: 4142785.

HSL color Cylindrical-coordinate representation of color #C1363F: hue angle of 356.12º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C1363F is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 54 63 -
CMYK 0 0.72 0.67 0.24
HSL 356.12º 0.56% 0.48% -
HSV(B) 356.12º 0.72% 0.76% -
XYZ 24.21 14.33 6.19 -
YUV 96.59 109.05 196.77 -
System Red Green Blue C M Y K H S L
Decimal 193 54 63 0 0.72 0.67 0.24 356.12 0.56 0.48
Hex C1 36 3F 0 48 43 18 164 38 30
Octal 301 66 77 0 110 103 30 544 70 60
Binary 11000001 110110 111111 0 1001000 1000011 11000 101100100 111000 110000

Color Harmonies of #C1363F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1363F

Black with #C1363F

Text Example


Text Example

White with #C1363F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1363F; }

 p { color: rgb(193,54,63); }

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

background-color css

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

 a { background-color: rgb(193,54,63); }

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

border-color css

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

 span { border-color: rgb(193,54,63); }

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