Html Css Color HEX #C3261B Fire Brick

📋 copy color: '#C3261B'

red 195 ◦ green 38 ◦ blue 27

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

Shades of Fire Brick #C3261B

Tints of Fire Brick #C3261B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.38%

R = 75%
G = 14.62%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C3261B (or 0xC3261B) is known color: Fire Brick. HEX triplet: C3, 26 and 1B. RGB value is (195,38,27). Sum of RGB (Red+Green+Blue) = 195+38+27=260 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75% from 260); Green value is 38 (15.23% from 255 or 14.62% from 260); Blue value is 27 (10.94% from 255 or 10.38% from 260); Max value from RGB is 195 - color contains mainly: red. Hex color #C3261B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3261B is #3CD9E4. Grayscale: #535353. Windows color (decimal): -3987941 or 1779395. OLE color: 1779395.

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

Color convert

RGB 195 38 27 -
CMYK 0 0.81 0.86 0.24
HSL 3.93º 0.76% 0.44% -
HSV(B) 3.93º 0.86% 0.76% -
XYZ 23.4 13.07 2.33 -
YUV 83.69 96.01 207.39 -
System Red Green Blue C M Y K H S L
Decimal 195 38 27 0 0.81 0.86 0.24 3.93 0.76 0.44
Hex C3 26 1B 0 51 56 18 4 4C 2C
Octal 303 46 33 0 121 126 30 4 114 54
Binary 11000011 100110 11011 0 1010001 1010110 11000 100 1001100 101100

Color Harmonies of #C3261B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3261B

Black with #C3261B

Text Example


Text Example

White with #C3261B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3261B; }

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

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

background-color css

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

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

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

border-color css

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

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

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