Html Css Color HEX #C3263F Brick Red

📋 copy color: '#C3263F'

red 195 ◦ green 38 ◦ blue 63

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

Shades of Brick Red #C3263F

Tints of Brick Red #C3263F

RGB

 RED value IS 195 (76.56% from 255) = 65.88%

 GREEN value IS 38 (15.23% from 255) = 12.84%

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

R = 65.88%
G = 12.84%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C3263F (or 0xC3263F) is known color: Brick Red. HEX triplet: C3, 26 and 3F. RGB value is (195,38,63). Sum of RGB (Red+Green+Blue) = 195+38+63=296 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.88% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 63 (25% from 255 or 21.28% from 296); Max value from RGB is 195 - color contains mainly: red. Hex color #C3263F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3263F is #3CD9C0. Grayscale: #575757. Windows color (decimal): -3987905 or 4138691. OLE color: 4138691.

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

Color convert

RGB 195 38 63 -
CMYK 0 0.81 0.68 0.24
HSL 350.45º 0.67% 0.46% -
HSV(B) 350.45º 0.81% 0.76% -
XYZ 24.1 13.35 6.01 -
YUV 87.79 114.01 204.47 -
System Red Green Blue C M Y K H S L
Decimal 195 38 63 0 0.81 0.68 0.24 350.45 0.67 0.46
Hex C3 26 3F 0 51 44 18 15E 43 2E
Octal 303 46 77 0 121 104 30 536 103 56
Binary 11000011 100110 111111 0 1010001 1000100 11000 101011110 1000011 101110

Color Harmonies of #C3263F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3263F

Black with #C3263F

Text Example


Text Example

White with #C3263F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3263F; }

 p { color: rgb(195,38,63); }

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

background-color css

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

 a { background-color: rgb(195,38,63); }

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

border-color css

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

 span { border-color: rgb(195,38,63); }

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