Html Css Color HEX #C72422 Fire Brick

📋 copy color: '#C72422'

red 199 ◦ green 36 ◦ blue 34

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

Shades of Fire Brick #C72422

Tints of Fire Brick #C72422

RGB

 RED value IS 199 (78.13% from 255) = 73.98%

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

 BLUE value IS 34 (13.67% from 255) = 12.64%

R = 73.98%
G = 13.38%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C72422 (or 0xC72422) is known color: Fire Brick. HEX triplet: C7, 24 and 22. RGB value is (199,36,34). Sum of RGB (Red+Green+Blue) = 199+36+34=269 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.98% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 34 (13.67% from 255 or 12.64% from 269); Max value from RGB is 199 - color contains mainly: red. Hex color #C72422 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72422 is #38DBDD. Grayscale: #545454. Windows color (decimal): -3726302 or 2237639. OLE color: 2237639.

HSL color Cylindrical-coordinate representation of color #C72422: hue angle of 0.73º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C72422 is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 36 34 -
CMYK 0 0.82 0.83 0.22
HSL 0.73º 0.71% 0.46% -
HSV(B) 0.73º 0.83% 0.78% -
XYZ 24.47 13.52 2.83 -
YUV 84.51 99.5 209.66 -
System Red Green Blue C M Y K H S L
Decimal 199 36 34 0 0.82 0.83 0.22 0.73 0.71 0.46
Hex C7 24 22 0 52 53 16 1 47 2E
Octal 307 44 42 0 122 123 26 1 107 56
Binary 11000111 100100 100010 0 1010010 1010011 10110 1 1000111 101110

Color Harmonies of #C72422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72422

Black with #C72422

Text Example


Text Example

White with #C72422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72422; }

 p { color: rgb(199,36,34); }

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

background-color css

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

 a { background-color: rgb(199,36,34); }

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

border-color css

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

 span { border-color: rgb(199,36,34); }

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