Html Css Color HEX #C0241E Fire Brick

📋 copy color: '#C0241E'

red 192 ◦ green 36 ◦ blue 30

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

Shades of Fire Brick #C0241E

Tints of Fire Brick #C0241E

RGB

 RED value IS 192 (75.39% from 255) = 74.42%

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

 BLUE value IS 30 (12.11% from 255) = 11.63%

R = 74.42%
G = 13.95%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C0241E (or 0xC0241E) is known color: Fire Brick. HEX triplet: C0, 24 and 1E. RGB value is (192,36,30). Sum of RGB (Red+Green+Blue) = 192+36+30=258 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.42% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 192 - color contains mainly: red. Hex color #C0241E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0241E is #3FDBE1. Grayscale: #525252. Windows color (decimal): -4185058 or 1975488. OLE color: 1975488.

HSL color Cylindrical-coordinate representation of color #C0241E: hue angle of 2.22º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0241E is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 36 30 -
CMYK 0 0.81 0.84 0.25
HSL 2.22º 0.73% 0.44% -
HSV(B) 2.22º 0.84% 0.75% -
XYZ 22.6 12.56 2.46 -
YUV 81.96 98.68 206.49 -
System Red Green Blue C M Y K H S L
Decimal 192 36 30 0 0.81 0.84 0.25 2.22 0.73 0.44
Hex C0 24 1E 0 51 54 19 2 49 2C
Octal 300 44 36 0 121 124 31 2 111 54
Binary 11000000 100100 11110 0 1010001 1010100 11001 10 1001001 101100

Color Harmonies of #C0241E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0241E

Black with #C0241E

Text Example


Text Example

White with #C0241E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0241E; }

 p { color: rgb(192,36,30); }

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

background-color css

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

 a { background-color: rgb(192,36,30); }

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

border-color css

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

 span { border-color: rgb(192,36,30); }

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