Html Css Color HEX #C1333F Brick Red

📋 copy color: '#C1333F'

red 193 ◦ green 51 ◦ blue 63

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

Shades of Brick Red #C1333F

Tints of Brick Red #C1333F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.61%

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

R = 62.87%
G = 16.61%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C1333F (or 0xC1333F) is known color: Brick Red. HEX triplet: C1, 33 and 3F. RGB value is (193,51,63). Sum of RGB (Red+Green+Blue) = 193+51+63=307 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.87% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 193 - color contains mainly: red. Hex color #C1333F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1333F is #3ECCC0. Grayscale: #5E5E5E. Windows color (decimal): -4115649 or 4142017. OLE color: 4142017.

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

Color convert

RGB 193 51 63 -
CMYK 0 0.74 0.67 0.24
HSL 354.93º 0.58% 0.48% -
HSV(B) 354.93º 0.74% 0.76% -
XYZ 24.07 14.06 6.15 -
YUV 94.83 110.04 198.02 -
System Red Green Blue C M Y K H S L
Decimal 193 51 63 0 0.74 0.67 0.24 354.93 0.58 0.48
Hex C1 33 3F 0 4A 43 18 163 3A 30
Octal 301 63 77 0 112 103 30 543 72 60
Binary 11000001 110011 111111 0 1001010 1000011 11000 101100011 111010 110000

Color Harmonies of #C1333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1333F

Black with #C1333F

Text Example


Text Example

White with #C1333F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1333F; }

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

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

background-color css

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

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

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

border-color css

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

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

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