Html Css Color HEX #C02727 Fire Brick

📋 copy color: '#C02727'

red 192 ◦ green 39 ◦ blue 39

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

Shades of Fire Brick #C02727

Tints of Fire Brick #C02727

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.44%

 BLUE value IS 39 (15.63% from 255) = 14.44%

R = 71.11%
G = 14.44%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C02727 (or 0xC02727) is known color: Fire Brick. HEX triplet: C0, 27 and 27. RGB value is (192,39,39). Sum of RGB (Red+Green+Blue) = 192+39+39=270 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.11% from 270); Green value is 39 (15.62% from 255 or 14.44% from 270); Blue value is 39 (15.62% from 255 or 14.44% from 270); Max value from RGB is 192 - color contains mainly: red. Hex color #C02727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02727 is #3FD8D8. Grayscale: #545454. Windows color (decimal): -4184281 or 2566080. OLE color: 2566080.

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

Color convert

RGB 192 39 39 -
CMYK 0 0.80 0.80 0.25
HSL 0.66% 0.45% -
HSV(B) 0.8% 0.75% -
XYZ 22.83 12.8 3.19 -
YUV 84.75 102.19 204.5 -
System Red Green Blue C M Y K H S L
Decimal 192 39 39 0 0.80 0.80 0.25 0 0.66 0.45
Hex C0 27 27 0 50 50 19 0 42 2D
Octal 300 47 47 0 120 120 31 0 102 55
Binary 11000000 100111 100111 0 1010000 1010000 11001 0 1000010 101101

Color Harmonies of #C02727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02727

Black with #C02727

Text Example


Text Example

White with #C02727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02727; }

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

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

background-color css

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

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

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

border-color css

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

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

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