Html Css Color HEX #C02222 Fire Brick

📋 copy color: '#C02222'

red 192 ◦ green 34 ◦ blue 34

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

Shades of Fire Brick #C02222

Tints of Fire Brick #C02222

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.08%

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

R = 73.85%
G = 13.08%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C02222 (or 0xC02222) is known color: Fire Brick. HEX triplet: C0, 22 and 22. RGB value is (192,34,34). Sum of RGB (Red+Green+Blue) = 192+34+34=260 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.85% from 260); Green value is 34 (13.67% from 255 or 13.08% from 260); Blue value is 34 (13.67% from 255 or 13.08% from 260); Max value from RGB is 192 - color contains mainly: red. Hex color #C02222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02222 is #3FDDDD. Grayscale: #515151. Windows color (decimal): -4185566 or 2237120. OLE color: 2237120.

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

Color convert

RGB 192 34 34 -
CMYK 0 0.82 0.82 0.25
HSL 0.7% 0.44% -
HSV(B) 0.82% 0.75% -
XYZ 22.6 12.47 2.73 -
YUV 81.24 101.35 207 -
System Red Green Blue C M Y K H S L
Decimal 192 34 34 0 0.82 0.82 0.25 0 0.7 0.44
Hex C0 22 22 0 52 52 19 0 46 2C
Octal 300 42 42 0 122 122 31 0 106 54
Binary 11000000 100010 100010 0 1010010 1010010 11001 0 1000110 101100

Color Harmonies of #C02222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02222

Black with #C02222

Text Example


Text Example

White with #C02222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02222; }

 p { color: rgb(192,34,34); }

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

background-color css

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

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

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

border-color css

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

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

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