Html Css Color HEX #C12423 Fire Brick

📋 copy color: '#C12423'

red 193 ◦ green 36 ◦ blue 35

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

Shades of Fire Brick #C12423

Tints of Fire Brick #C12423

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.64%

 BLUE value IS 35 (14.06% from 255) = 13.26%

R = 73.11%
G = 13.64%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C12423 (or 0xC12423) is known color: Fire Brick. HEX triplet: C1, 24 and 23. RGB value is (193,36,35). Sum of RGB (Red+Green+Blue) = 193+36+35=264 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.11% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 35 (14.06% from 255 or 13.26% from 264); Max value from RGB is 193 - color contains mainly: red. Hex color #C12423 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12423 is #3EDBDC. Grayscale: #525252. Windows color (decimal): -4119517 or 2303169. OLE color: 2303169.

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

Color convert

RGB 193 36 35 -
CMYK 0 0.81 0.82 0.24
HSL 0.38º 0.69% 0.45% -
HSV(B) 0.38º 0.82% 0.76% -
XYZ 22.93 12.72 2.84 -
YUV 82.83 101.01 206.58 -
System Red Green Blue C M Y K H S L
Decimal 193 36 35 0 0.81 0.82 0.24 0.38 0.69 0.45
Hex C1 24 23 0 51 52 18 0 45 2D
Octal 301 44 43 0 121 122 30 0 105 55
Binary 11000001 100100 100011 0 1010001 1010010 11000 0 1000101 101101

Color Harmonies of #C12423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12423

Black with #C12423

Text Example


Text Example

White with #C12423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12423; }

 p { color: rgb(193,36,35); }

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

background-color css

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

 a { background-color: rgb(193,36,35); }

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

border-color css

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

 span { border-color: rgb(193,36,35); }

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