Html Css Color HEX #C02F23 Fire Brick

📋 copy color: '#C02F23'

red 192 ◦ green 47 ◦ blue 35

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

Shades of Fire Brick #C02F23

Tints of Fire Brick #C02F23

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.15%

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

R = 70.07%
G = 17.15%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C02F23 (or 0xC02F23) is known color: Fire Brick. HEX triplet: C0, 2F and 23. RGB value is (192,47,35). Sum of RGB (Red+Green+Blue) = 192+47+35=274 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.07% from 274); Green value is 47 (18.75% from 255 or 17.15% from 274); Blue value is 35 (14.06% from 255 or 12.77% from 274); Max value from RGB is 192 - color contains mainly: red. Hex color #C02F23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02F23 is #3FD0DC. Grayscale: #595959. Windows color (decimal): -4182237 or 2305984. OLE color: 2305984.

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

Color convert

RGB 192 47 35 -
CMYK 0 0.76 0.82 0.25
HSL 4.59º 0.69% 0.45% -
HSV(B) 4.59º 0.82% 0.75% -
XYZ 23.06 13.36 2.95 -
YUV 88.99 97.54 201.48 -
System Red Green Blue C M Y K H S L
Decimal 192 47 35 0 0.76 0.82 0.25 4.59 0.69 0.45
Hex C0 2F 23 0 4C 52 19 5 45 2D
Octal 300 57 43 0 114 122 31 5 105 55
Binary 11000000 101111 100011 0 1001100 1010010 11001 101 1000101 101101

Color Harmonies of #C02F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02F23

Black with #C02F23

Text Example


Text Example

White with #C02F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02F23; }

 p { color: rgb(192,47,35); }

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

background-color css

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

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

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

border-color css

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

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

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